Skip to content

Commit 0275e1c

Browse files
authored
chore(rootfs/Dockerfile): update go toolchain to 1.15 (#247)
See https://golang.org/doc/go1.15
1 parent bfadc4d commit 0275e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \
55

66
ENV AZCLI_VERSION=2.10.1 \
77
DOCKER_VERSION=19.03.4 \
8-
GO_VERSION=1.15rc2 \
8+
GO_VERSION=1.15 \
99
GLIDE_VERSION=v0.13.3 \
1010
GLIDE_HOME=/root \
1111
HELM_VERSION=v2.16.9 \

0 commit comments

Comments
 (0)