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.
2 parents 5f3918d + 560d8fb commit 565fe45Copy full SHA for 565fe45
.github/workflows/build.yml
@@ -443,7 +443,7 @@ jobs:
443
name: Install Go
444
uses: actions/setup-go@v5
445
with:
446
- go-version: 1.23.x
+ go-version: 1.24.x
447
448
- # === Install State Tool ===
449
name: Install State Tool
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
- go-version: '1.23.x'
+ go-version: '1.24.x'
35
36
37
0 commit comments