Skip to content

Commit

Permalink
Merge pull request #3428 from hashicorp/go-1.9
Browse files Browse the repository at this point in the history
Upgrades Go version to 1.9.
  • Loading branch information
slackpad authored Aug 29, 2017
2 parents fe91593 + c9fc331 commit 110e700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ https://www.consul.io/docs
## Developing Consul

If you wish to work on Consul itself, you'll first need [Go](https://golang.org)
installed (version 1.8+ is _required_). Make sure you have Go properly installed,
installed (version 1.9+ is _required_). Make sure you have Go properly installed,
including setting up your [GOPATH](https://golang.org/doc/code.html#GOPATH).

Next, clone this repository into `$GOPATH/src/github.com/hashicorp/consul` and
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.8.3
ENV GOVERSION 1.9

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

0 comments on commit 110e700

Please sign in to comment.