Skip to content

Commit 572126f

Browse files
committed
fix: github action
1 parent eaf32cd commit 572126f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_binaries.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
uses: actions/checkout@v2
1616
with:
1717
fetch-depth: 0
18-
- name: Set up Go 1.16
18+
- name: Set up Go 1.17
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.16
21+
go-version: 1.17
2222
id: go
2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)