Skip to content

Commit 8b42df2

Browse files
build: fix workflow
1 parent 9094bed commit 8b42df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Go
4040
uses: actions/setup-go@v4
4141
with:
42-
go-version: "1.20"
42+
go-version: "1.23"
4343

4444
- name: Run GoReleaser
4545
uses: goreleaser/goreleaser-action@v4

0 commit comments

Comments
 (0)