Skip to content

Commit c6ca740

Browse files
authored
Update Go version from 1.24 to 1.25 in workflow
1 parent d3605f9 commit c6ca740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v6
2626
with:
27-
go-version: '1.24'
27+
go-version: '1.25'
2828

2929
- name: Install goimports
3030
run: go install golang.org/x/tools/cmd/goimports@latest

0 commit comments

Comments
 (0)