Skip to content

Commit

Permalink
Update golang version to 1.16 (#970)
Browse files Browse the repository at this point in the history
Signed-off-by: Syulin7 <735122171@qq.com>
  • Loading branch information
Syulin7 authored Aug 1, 2023
1 parent 2669f36 commit 4b5c18c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Create a go runtime for building arena

ARG GOLANG_VERSION=1.14
ARG GOLANG_VERSION=1.16
ARG KUBE_VERSION=v1.23.0
ARG HELM_VERSION=v3.7.2
ARG VERSION=v0.3.0-rc
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ build-pkg:
--build-arg "COMMIT=${GIT_SHORT_COMMIT}" \
--build-arg "VERSION=${VERSION}" \
--build-arg "OS_ARCH=${OS_ARCH}" \
--build-arg "GOLANG_VERSION=1.14" \
--build-arg "GOLANG_VERSION=1.16" \
--build-arg "TARGET=cli-${OS_ARCH}" \
-t arena-build:${VERSION}-${GIT_SHORT_COMMIT}-${OS_ARCH} -f Dockerfile.build .
docker run -itd --name=arena-pkg arena-build:${VERSION}-${GIT_SHORT_COMMIT}-${OS_ARCH} /bin/bash
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/kubeflow/arena

go 1.12
go 1.16

require (
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
Expand Down

0 comments on commit 4b5c18c

Please sign in to comment.