Skip to content

Commit

Permalink
.cirrus.yml: update to Go 1.17.6, use go install
Browse files Browse the repository at this point in the history
  • Loading branch information
tklauser committed Feb 1, 2022
1 parent c8eda9f commit 4ec802a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ freebsd_12_task:
image_family: freebsd-12-3
install_script: |
pkg install -y git go
GOBIN=$PWD/bin go get golang.org/dl/go1.17
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 ./...

0 comments on commit 4ec802a

Please sign in to comment.