Skip to content

Commit

Permalink
.cirrus.yml: update Go to 1.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tklauser committed Aug 13, 2021
1 parent 19d9d20 commit 922001a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .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-2
install_script: |
pkg install -y git go
GOBIN=$PWD/bin go get golang.org/dl/go1.16.6
bin/go1.16.6 download
build_script: bin/go1.16.6 build -v ./...
test_script: bin/go1.16.6 test -race ./...
GOBIN=$PWD/bin go get golang.org/dl/go1.16.7
bin/go1.16.7 download
build_script: bin/go1.16.7 build -v ./...
test_script: bin/go1.16.7 test -race ./...

0 comments on commit 922001a

Please sign in to comment.