We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25200bb commit 3f0de0cCopy full SHA for 3f0de0c
.github/workflows/go.yml
@@ -5,8 +5,8 @@ jobs:
5
strategy:
6
matrix:
7
go:
8
- - 1.15
9
- 1.16
+ - 1.17
10
name: Build
11
runs-on: ubuntu-latest
12
.github/workflows/release.yml
@@ -14,9 +14,9 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v2
16
- name: Set up Go
17
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v2
18
with:
19
- go-version: 1.16
+ go-version: 1.17
20
- name: Run GoReleaser
21
uses: goreleaser/goreleaser-action@v1
22
0 commit comments