Skip to content

Commit 112a737

Browse files
committed
update gorelease workflow
1 parent 041ae15 commit 112a737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gorelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Go 1.x
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v3
2222
with:
23-
go-version: 1.17
23+
go-version: "1.*"
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)