Skip to content

Commit

Permalink
Build with Go 1.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jul 13, 2021
1 parent 80d925f commit 7b572a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ freebsd_instance:
task:
install_script: |
pkg install -y git go
GOBIN=$PWD/bin go get golang.org/dl/go1.16.5
bin/go1.16.5 download
build_script: bin/go1.16.5 build -v ./...
test_script: bin/go1.16.5 test -race -v ./...
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 -v ./...
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16.5
go-version: 1.16.6
- name: Checkout
uses: actions/checkout@v2
- name: Cache Go modules
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16.5
go-version: 1.16.6
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16.5
go-version: 1.16.6
- name: Checkout
uses: actions/checkout@v2
- name: Cache Go modules
Expand All @@ -148,7 +148,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16.5
go-version: 1.16.6
- name: Checkout
uses: actions/checkout@v2
- name: Cache Go modules
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16.5
go-version: 1.16.6
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 7b572a8

Please sign in to comment.