mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Update to Golang 1.16.3
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
de172674b1
commit
03d9c1d698
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -17,7 +17,7 @@
|
|||||||
podTemplate (cloud:'sw-gpu-cloudnative',
|
podTemplate (cloud:'sw-gpu-cloudnative',
|
||||||
containers: [
|
containers: [
|
||||||
containerTemplate(name: 'docker', image: 'docker:dind', ttyEnabled: true, privileged: true),
|
containerTemplate(name: 'docker', image: 'docker:dind', ttyEnabled: true, privileged: true),
|
||||||
containerTemplate(name: 'golang', image: 'golang:1.14.2', ttyEnabled: true)
|
containerTemplate(name: 'golang', image: 'golang:1.16.3', ttyEnabled: true)
|
||||||
]) {
|
]) {
|
||||||
node(POD_LABEL) {
|
node(POD_LABEL) {
|
||||||
def scmInfo
|
def scmInfo
|
||||||
|
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ LIB_NAME := nvidia-container-toolkit
|
|||||||
LIB_VERSION := 1.4.2
|
LIB_VERSION := 1.4.2
|
||||||
LIB_TAG ?=
|
LIB_TAG ?=
|
||||||
|
|
||||||
GOLANG_VERSION := 1.14.2
|
GOLANG_VERSION := 1.16.3
|
||||||
GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg
|
GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg
|
||||||
|
|
||||||
# By default run all native docker-based targets
|
# By default run all native docker-based targets
|
||||||
|
Loading…
Reference in New Issue
Block a user