Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 650c61a

Browse files
authored
Merge pull request #180 from cloudflare/go1.9
Use Go 1.9.0
2 parents badd2f8 + 0d3a809 commit 650c61a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.8.x
4+
- 1.9.x
55

66
go_import_path: github.com/cloudflare/unsee
77

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.8.3-alpine3.6 as unsee-builder
1+
FROM golang:1.9.0-alpine3.6 as unsee-builder
22
COPY . /go/src/github.com/cloudflare/unsee
33

44
ARG VERSION

0 commit comments

Comments
 (0)