Skip to content

Commit

Permalink
Bump go to 1.20.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <[email protected]>
  • Loading branch information
cdesiniotis committed Feb 23, 2023
1 parent cfcd01c commit eb23c3f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG GIT_COMMIT="unknown"

ARG BASE_DIST=ubi8

ARG GOLANG_VERSION=1.19
ARG GOLANG_VERSION=1.20.1
ARG BUILDER_IMAGE=golang:${GOLANG_VERSION}

FROM ${BUILDER_IMAGE} as builder
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/NVIDIA/gpu-operator

go 1.19
go 1.20

require (
github.com/NVIDIA/k8s-operator-libs v0.0.0-20230118182127-8e73980389ca
Expand Down
2 changes: 1 addition & 1 deletion validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG CUDA_SAMPLE_IMAGE=undefined

ARG BASE_DIST=ubi8

ARG GOLANG_VERSION=1.17
ARG GOLANG_VERSION=1.20.1
ARG BUILDER_IMAGE=golang:${GOLANG_VERSION}

FROM ${BUILDER_IMAGE} AS build
Expand Down
2 changes: 1 addition & 1 deletion validator/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ VERSION ?= v0.1.0

CUDA_VERSION ?= 11.8.0
CUDA_SAMPLES_VERSION ?= 11.7.1
GOLANG_VERSION ?= 1.19
GOLANG_VERSION ?= 1.20.1
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
VERSION ?= v22.9.2

CUDA_VERSION ?= 11.8.0
GOLANG_VERSION ?= 1.19
GOLANG_VERSION ?= 1.20.1

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

0 comments on commit eb23c3f

Please sign in to comment.