Skip to content

Commit

Permalink
update to go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Atkins committed Dec 4, 2018
1 parent 829ab69 commit ca56578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: go

go:
- 1.8
- 1.9
- 1.11

cache:
- vendor
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.9 as binary-builder
FROM golang:1.11 as binary-builder

WORKDIR /go/src/github.com/catkins/statsd-logger

Expand Down

0 comments on commit ca56578

Please sign in to comment.