Skip to content

Commit f445bb3

Browse files
authored
Merge pull request #126 from mboersma/update-go
chore(rootfs/Dockerfile): update go toolchain to 1.11
2 parents a07aa38 + 8acbdf0 commit f445bb3

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
@@ -1,7 +1,7 @@
11
FROM ubuntu:16.04
22

33
ENV AZCLI_VERSION=2.0.42 \
4-
GO_VERSION=1.10.3 \
4+
GO_VERSION=1.11 \
55
GLIDE_VERSION=v0.13.1 \
66
GLIDE_HOME=/root \
77
GOMETALINTER_VERSION=2.0.5 \

0 commit comments

Comments
 (0)