Skip to content

Commit 06a208c

Browse files
authored
Merge pull request #975 from NVIDIA/bump-ci-tools-versions
[ci] bump go, buildx and regctl versions
2 parents 62aff7e + f09ef77 commit 06a208c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.common-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ trigger-pipeline:
172172
# Make buildx available as a docker CLI plugin
173173
.buildx-setup:
174174
before_script:
175-
- export BUILDX_VERSION=v0.16.2
175+
- export BUILDX_VERSION=v0.36.1
176176
- apk add --no-cache curl
177177
- mkdir -p ~/.docker/cli-plugins
178178
- curl -sSLo ~/.docker/cli-plugins/docker-buildx "https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64"
@@ -183,7 +183,7 @@ trigger-pipeline:
183183
# Download the regctl binary for use in the release steps
184184
.regctl-setup:
185185
before_script:
186-
- export REGCTL_VERSION=v0.7.1
186+
- export REGCTL_VERSION=v0.11.5
187187
- apk add --no-cache curl
188188
- mkdir -p bin
189189
- curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64

tests/scripts/findkernelversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export DIST="${3}"
1111
export LTS_KERNEL="${4}"
1212
export PLATFORM_SUFFIX="${5}"
1313

14-
export REGCTL_VERSION=v0.7.1
14+
export REGCTL_VERSION=v0.11.5
1515
mkdir -p bin
1616
curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64
1717
chmod a+x bin/regctl

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
# DRIVER_VERSIONS contains latest version in all active datacenter branches
1616
DRIVER_VERSIONS ?= 580.178.04 595.91.07 610.57.04
1717

18-
GOLANG_VERSION := 1.26.5
18+
GOLANG_VERSION := 1.26.6
1919

2020
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")

0 commit comments

Comments
 (0)