Skip to content

Commit d8ded9f

Browse files
committed
fix: update go version for goreleaser to 1.17
1 parent c952199 commit d8ded9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
-
13-
name: Set up Go 1.14
13+
name: Set up Go 1.17
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: 1.14
16+
go-version: 1.17
1717
id: go
1818
-
1919
name: Checkout Code

0 commit comments

Comments
 (0)