Merge pull request #3074 from hashicorp/go-1.8.3

Bumps Go version to 1.8.3.
pull/2068/merge
James Phillips 8 years ago committed by GitHub
commit 0e8bafe5db

@ -1,7 +1,7 @@
language: go
go:
- 1.8.1
- 1.8.3
branches:
only:

@ -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 \

Loading…
Cancel
Save