Skip to content

Commit

Permalink
update ci to install correct version of go
Browse files Browse the repository at this point in the history
  • Loading branch information
grs committed Mar 9, 2023
1 parent a67579f commit fe4cb17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ commands:
name: cleanup previous go installation
command: sudo rm -rf /usr/local/go
- docker/install-docker
- go/install
- go/install:
version: "1.19"
- kube-orb/install-kubectl
- run: make generate-client
- run: make
Expand Down

0 comments on commit fe4cb17

Please sign in to comment.