Bump Go to 1.9.3
release notes: https://golang.org/doc/devel/release.html#go1.9.minor Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 3cc13511f0c8d7f3aeb382f0444e37592a8b5e69) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -73,7 +73,7 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
# Install Go
|
||||
# IMPORTANT: When updating this please note that stdlib archive/tar pkg is vendored
|
||||
ENV GO_VERSION 1.9.2
|
||||
ENV GO_VERSION 1.9.3
|
||||
RUN curl -fsSL "https://golang.org/dl/go${GO_VERSION}.linux-arm64.tar.gz" \
|
||||
| tar -xzC /usr/local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user