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 de7104a commit 8c212eeCopy full SHA for 8c212ee
.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.24
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.24'
71
72
- name: Clean module cache directory
73
run: sudo rm -rf ~/go/pkg/mod
0 commit comments