Skip to content

Commit 6fba2b4

Browse files
committed
use go 1.16 to test/build
1 parent b77a679 commit 6fba2b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.15
31+
go-version: 1.16
3232
-
3333
name: Import GPG key
3434
id: import_gpg

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v2.1.3
2828
with:
29-
go-version: '1.15'
29+
go-version: '1.16'
3030
id: go
3131

3232
- name: Check out code into the Go module directory
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Go
6060
uses: actions/setup-go@v2.1.3
6161
with:
62-
go-version: '1.15'
62+
go-version: '1.16'
6363
id: go
6464

6565
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)