Skip to content

Commit 8905634

Browse files
committed
Update Go version in release workflow from 1.19 to 1.23
1 parent 4d2d962 commit 8905634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.19
21+
go-version: 1.23
2222
- name: Run GoReleaser
2323
uses: goreleaser/goreleaser-action@v5
2424
env:

0 commit comments

Comments
 (0)