Skip to content

Commit bc547e1

Browse files
chore(deps): update dependency go
1 parent f2976ce commit bc547e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-pr-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Go
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: "1.22"
32+
go-version: "1.24"
3333

3434
- name: Checkout code
3535
uses: actions/checkout@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/metal-toolbox/flipflop
22

33
go 1.22.7
44

5-
toolchain go1.23.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)