Skip to content

Commit

Permalink
.cirrus.yml: use correct Go 1.17.6 binary
Browse files Browse the repository at this point in the history
Fixes: 4ec802a (".cirrus.yml: update to Go 1.17.6, use `go install`")
  • Loading branch information
tklauser committed Feb 1, 2022
1 parent 4ec802a commit d68c580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ freebsd_12_task:
install_script: |
pkg install -y git go
GOBIN=$PWD/bin go install golang.org/dl/go1.17.6@latest
bin/go1.17 download
build_script: bin/go1.17 build -v ./...
test_script: bin/go1.17 test -race ./...
bin/go1.17.6 download
build_script: bin/go1.17.6 build -v ./...
test_script: bin/go1.17.6 test -race ./...

0 comments on commit d68c580

Please sign in to comment.