Skip to content

Commit

Permalink
Merge pull request #2676 from hashicorp/f-go-1.7.4
Browse files Browse the repository at this point in the history
Updates Consul to build with Go 1.7.4.
  • Loading branch information
slackpad authored Jan 26, 2017
2 parents 373f1a9 + db06c06 commit 4f56a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.7.3
- 1.7.4

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion scripts/consul-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:trusty

ENV GOVERSION 1.7.3
ENV GOVERSION 1.7.4

RUN apt-get update -y && \
apt-get install --no-install-recommends -y -q \
Expand Down

0 comments on commit 4f56a2f

Please sign in to comment.