We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09d671 commit e39de94Copy full SHA for e39de94
.github/workflows/format.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Go
26
uses: actions/setup-go@v5
27
with:
28
- go-version: 1.23
+ go-version: 1.25
29
30
- name: Format Code
31
run: make fmt
.github/workflows/go.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Set up Go
68
69
70
- go-version: '1.23'
+ go-version: '1.25'
71
72
- name: Clean module cache directory
73
run: sudo rm -rf ~/go/pkg/mod
0 commit comments