File tree Expand file tree Collapse file tree 8 files changed +17
-8
lines changed Expand file tree Collapse file tree 8 files changed +17
-8
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
12+ GOTOOLCHAIN : local
1213
1314jobs :
1415 go :
Original file line number Diff line number Diff line change 77 - ' release/**'
88 pull_request :
99
10+ env :
11+ GOTOOLCHAIN : local
12+
1013jobs :
1114 project :
1215 name : checks
Original file line number Diff line number Diff line change 55 tags :
66 - ' v*'
77 - ' test-action-release-*'
8+
9+ env :
10+ GOTOOLCHAIN : local
11+
812jobs :
913 release :
1014 runs-on : ubuntu-24.04
1317 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1418 - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1519 with :
16- go-version : 1.23 .x
20+ go-version : 1.24 .x
1721 - name : " Compile binaries"
1822 run : make artifacts
1923 - 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
14+ GOTOOLCHAIN : local
1415 SHORT_TIMEOUT : 5
1516 LONG_TIMEOUT : 60
1617
@@ -312,7 +313,7 @@ jobs:
312313 strategy :
313314 fail-fast : false
314315 matrix :
315- go-version : ["1.22 .x", "1.23 .x"]
316+ go-version : ["1.23 .x", "1.24 .x"]
316317 steps :
317318 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
318319 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 11module github.com/containerd/nerdctl/v2
22
3- go 1.22.7
3+ go 1.23
44
55require (
66 github.com/Masterminds/semver/v3 v3.3.1
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
Original file line number Diff line number Diff line change 11module github.com/containerd/nerdctl/v2/pkg/testutil/test
22
3- go 1.22.7
3+ go 1.23
44
55require (
66 golang.org/x/sync v0.11.0
You can’t perform that action at this time.
0 commit comments