Skip to content

Commit 1b12b28

Browse files
committed
Use go 1.20 for goreleaser in Github Actions
1 parent 7b2aecc commit 1b12b28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
-
2121
name: Set up Go
2222
uses: actions/setup-go@v3
23+
with:
24+
go-version: '1.20.x'
2325
-
2426
name: Run GoReleaser
2527
uses: goreleaser/goreleaser-action@v4

0 commit comments

Comments
 (0)