Merge pull request #180 from cloudflare/go1.9

Use Go 1.9.0
This commit is contained in:
Matt Bostock
2017-09-03 23:08:47 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
language: go
go:
- 1.8.x
- 1.9.x
go_import_path: github.com/cloudflare/unsee

View File

@@ -1,4 +1,4 @@
FROM golang:1.8.3-alpine3.6 as unsee-builder
FROM golang:1.9.0-alpine3.6 as unsee-builder
COPY . /go/src/github.com/cloudflare/unsee
ARG VERSION