Skip to content

Commit

Permalink
Merge pull request #339 from linkernetworks/johnlin/update-golang
Browse files Browse the repository at this point in the history
[Hot-fix] update golang version
  • Loading branch information
John-Lin authored Oct 4, 2018
2 parents 5530c7d + 63ec804 commit ae28205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
dist: xenial

go:
- "1.10.x"
- "1.11.x"

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Building stage
FROM golang:1.10-alpine3.7
FROM golang:1.11-alpine3.7

WORKDIR /go/src/github.com/linkernetworks/vortex

Expand Down

0 comments on commit ae28205

Please sign in to comment.