Skip to content

Commit fca131e

Browse files
committed
feat(go): update workflows to go 1.23
1 parent 65c1f6f commit fca131e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v5
3737
with:
38-
go-version: 1.22
38+
go-version: 1.23
3939
- run: go install github.com/tcodes0/go/cmd/[email protected]
4040

4141
- name: Update changelog

0 commit comments

Comments
 (0)