File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99
1010env :
11- GO_VERSION : 1.23 .x
11+ GO_VERSION : 1.24 .x
1212
1313jobs :
1414 go :
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414 - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1515 with :
16- go-version : 1.23 .x
16+ go-version : 1.24 .x
1717 - name : " Compile binaries"
1818 run : make artifacts
1919 - name : " SHA256SUMS"
Original file line number Diff line number Diff line change 1010 - ' **.md'
1111
1212env :
13- GO_VERSION : 1.23 .x
13+ GO_VERSION : 1.24 .x
1414 SHORT_TIMEOUT : 5
1515 LONG_TIMEOUT : 60
1616
@@ -312,7 +312,7 @@ jobs:
312312 strategy :
313313 fail-fast : false
314314 matrix :
315- go-version : ["1.22 .x", "1.23 .x"]
315+ go-version : ["1.23 .x", "1.24 .x"]
316316 steps :
317317 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
318318 with :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ ARG TINI_VERSION=v0.19.0
4242ARG BUILDG_VERSION=v0.4.1
4343
4444# Test deps
45- ARG GO_VERSION=1.23
45+ ARG GO_VERSION=1.24
4646ARG UBUNTU_VERSION=24.04
4747ARG CONTAINERIZED_SYSTEMD_VERSION=v0.1.1
4848ARG GOTESTSUM_VERSION=v1.12.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ readonly root
2121# shellcheck source=/dev/null
2222. " $root /scripts/lib.sh"
2323
24- GO_VERSION=1.23
24+ GO_VERSION=1.24
2525KIND_VERSION=v0.24.0
2626CNI_PLUGINS_VERSION=v1.5.1
2727
You can’t perform that action at this time.
0 commit comments