Skip to content

Commit ee6d86d

Browse files
authored
fix: Update Go version in publish workflow
1 parent eb07d69 commit ee6d86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
- uses: actions/setup-go@v6
2525
with:
26-
go-version: "1.24"
26+
go-version: "1.25"
2727

2828
- name: install and run golangci-lint
2929
uses: golangci/golangci-lint-action@v8.0.0

0 commit comments

Comments
 (0)