We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6879ea3 commit 356aa65Copy full SHA for 356aa65
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go 1.22
18
uses: actions/setup-go@v5
19
with:
20
- go-version: '1.22'
+ go-version: '1.24'
21
id: go
22
23
- name: Check out code into the Go module directory
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
- name: Set git token env var
go.mod
@@ -2,7 +2,7 @@ module github.com/metal-toolbox/firmware-syncer
2
3
go 1.23.0
4
5
-toolchain go1.24.1
+toolchain go1.24.2
6
7
require (
8
github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20190729070250-5ae5475bae5e
0 commit comments