We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77a679 commit 6fba2b4Copy full SHA for 6fba2b4
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
name: Set up Go
29
uses: actions/setup-go@v2
30
with:
31
- go-version: 1.15
+ go-version: 1.16
32
-
33
name: Import GPG key
34
id: import_gpg
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Go
27
uses: actions/setup-go@v2.1.3
- go-version: '1.15'
+ go-version: '1.16'
id: go
- name: Check out code into the Go module directory
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments