Skip to content

Commit 3f0de0c

Browse files
committed
bump go version
1 parent 25200bb commit 3f0de0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
strategy:
66
matrix:
77
go:
8-
- 1.15
98
- 1.16
9+
- 1.17
1010
name: Build
1111
runs-on: ubuntu-latest
1212

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616
- name: Set up Go
17-
uses: actions/setup-go@v1
17+
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.16
19+
go-version: 1.17
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v1
2222
with:

0 commit comments

Comments
 (0)