mirror of https://github.com/status-im/consul.git
Merge pull request #2888 from hashicorp/go-1.8.1
Upgrades Go version to 1.8.1.
This commit is contained in:
commit
89a93da475
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:trusty
|
||||
|
||||
ENV GOVERSION 1.8
|
||||
ENV GOVERSION 1.8.1
|
||||
|
||||
RUN apt-get update -y && \
|
||||
apt-get install --no-install-recommends -y -q \
|
||||
|
|
Loading…
Reference in New Issue