mirror of
https://github.com/status-im/consul.git
synced 2025-02-19 17:14:37 +00:00
Updates Consul to build with Go 1.7.4.
This commit is contained in:
parent
373f1a94ae
commit
db06c06cf0
@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.7.3
|
- 1.7.4
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM ubuntu:trusty
|
FROM ubuntu:trusty
|
||||||
|
|
||||||
ENV GOVERSION 1.7.3
|
ENV GOVERSION 1.7.4
|
||||||
|
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get install --no-install-recommends -y -q \
|
apt-get install --no-install-recommends -y -q \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user