Bumps Go version back down to 1.9.3.

See #3879.
This commit is contained in:
James Phillips 2018-02-08 19:42:53 -08:00
parent 9a60baf7e0
commit 2b60c01c71
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
2 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
## 1.0.6 (UNRELEASED) ##
IMPROVEMENTS:
* build: Bumped Go version to 1.9.4. [[GH-3872](https://github.com/hashicorp/consul/issues/3872)]
BUG FIXES:
* agent: Fixed a panic when using the Azure provider for retry-join. [[GH-3875](https://github.com/hashicorp/consul/issues/3875)]

View File

@ -1,6 +1,6 @@
FROM ubuntu:bionic
ENV GOVERSION 1.9.4
ENV GOVERSION 1.9.3
RUN apt-get update -y && \
apt-get install --no-install-recommends -y -q \