We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2976ce commit bc547e1Copy full SHA for bc547e1
.github/workflows/push-pr-lint.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Go
30
uses: actions/setup-go@v5
31
with:
32
- go-version: "1.22"
+ go-version: "1.24"
33
34
- name: Checkout code
35
uses: actions/checkout@v4
go.mod
@@ -2,7 +2,7 @@ module github.com/metal-toolbox/flipflop
2
3
go 1.22.7
4
5
-toolchain go1.23.1
+toolchain go1.24.2
6
7
require (
8
github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20190729070250-5ae5475bae5e
0 commit comments