mirror of
https://github.com/clearml/go-nvlib
synced 2025-03-03 10:42:09 +00:00
Bump Golang version in build container to 1.16
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
31a93fef5c
commit
f0458d65ef
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user