Bump Golang version in build container to 1.16

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2022-06-28 20:33:26 +02:00
parent 31a93fef5c
commit f0458d65ef
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ MODULE := gitlab.com/nvidia/cloud-native/go-nvlib
DOCKER ?= docker
GOLANG_VERSION := 1.15
GOLANG_VERSION := 1.16
ifeq ($(IMAGE),)
REGISTRY ?= nvidia

View File

@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GOLANG_VERSION=1.15
ARG GOLANG_VERSION=1.16
FROM golang:${GOLANG_VERSION}
RUN go get -u golang.org/x/lint/golint