We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003cb9b commit 0171b25Copy full SHA for 0171b25
2 files changed
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Golang environment
15
uses: actions/setup-go@v2
16
with:
17
- go-version: 1.15
+ go-version: 1.16
18
id: go
19
20
- name: Check out code into the Go module directory
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
- name: Set up Go
21
22
- name: Prepare GPG key
23
run: |
0 commit comments