Skip to content

Commit

Permalink
Merge pull request #92 from NVIDIA/bump-go-1.22.5
Browse files Browse the repository at this point in the history
Bump golang to 1.22.5
  • Loading branch information
cdesiniotis committed Jul 10, 2024
2 parents a67c654 + d7bb6ec commit f617515
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v0.8.0-rc.2
- Add --nvidia-cdi-hook flag to mig-manager
- Bump nvidia-ctk version to v0.16.0-rc.2
- Bump Golang version to 1.22.5

## v0.8.0-rc.1
- Update to latest CUDA base image 12.5.0
Expand Down
2 changes: 1 addition & 1 deletion deployments/systemd/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ chmod a+rx ${PROFILED_DIR}

${DOCKER} run --rm \
-v ${BINARY_DIR}:/dest \
golang:1.22.4 \
golang:1.22.5 \
sh -c "
go install $MIG_PARTED_GO_GET_PATH@latest
mv /go/bin/nvidia-mig-parted /dest/nvidia-mig-parted
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/NVIDIA/mig-parted

go 1.21

toolchain go1.22.4
toolchain go1.22.5

require (
github.com/NVIDIA/go-nvlib v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ VERSION ?= v0.8.0-rc.2

vVERSION := v$(VERSION:v%=%)

GOLANG_VERSION := 1.22.4
GOLANG_VERSION := 1.22.5

BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
BUILDIMAGE ?= ghcr.io/nvidia/k8s-test-infra:$(BUILDIMAGE_TAG)
Expand Down

0 comments on commit f617515

Please sign in to comment.