2 parents c62eee2 + 4058ace commit a295f5bCopy full SHA for a295f5b
1 file changed
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.platform }}
16
steps:
17
- name: Set up Go 1.x
18
- uses: actions/setup-go@v6
+ uses: actions/setup-go@v7
19
with:
20
go-version: ${{ matrix.go-version }}
21
id: go
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
41
- name: Set up Go 1.25
42
43
44
go-version: "1.25"
45
0 commit comments