Skip to content

Commit

Permalink
Merge pull request #3074 from hashicorp/go-1.8.3
Browse files Browse the repository at this point in the history
Bumps Go version to 1.8.3.
  • Loading branch information
slackpad authored May 25, 2017
2 parents d3153a2 + a962747 commit 0e8bafe
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.8.1
- 1.8.3

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.8.1
ENV GOVERSION 1.8.3

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

0 comments on commit 0e8bafe

Please sign in to comment.