Bumps Go version to 1.8.3.

This commit is contained in:
James Phillips 2017-05-24 19:35:01 -07:00
parent d3153a2369
commit a9627470f7
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
2 changed files with 2 additions and 2 deletions

View File

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

View File

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