Skip to content

Commit b3ca0ec

Browse files
authored
ci: use Go 1.25.7 (#6739)
1 parent 865d12b commit b3ca0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Go
3333
uses: actions/setup-go@v5
3434
with:
35-
go-version-file: go/src/github.com/${{ github.repository }}/go.mod
35+
go-version: '1.25.7'
3636
cache-dependency-path: "**/*.sum"
3737
- name: Set vars
3838
run: |

0 commit comments

Comments
 (0)