Skip to content

Commit 356aa65

Browse files
chore(deps): update dependency go to v1.24.2
1 parent 6879ea3 commit 356aa65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go 1.22
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.22'
20+
go-version: '1.24'
2121
id: go
2222

2323
- name: Check out code into the Go module directory
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Go 1.22
5959
uses: actions/setup-go@v5
6060
with:
61-
go-version: '1.22'
61+
go-version: '1.24'
6262
id: go
6363

6464
- name: Set git token env var

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/metal-toolbox/firmware-syncer
22

33
go 1.23.0
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20190729070250-5ae5475bae5e

0 commit comments

Comments
 (0)