Skip to content

Commit

Permalink
update go version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
htfy96 committed May 30, 2018
1 parent 31156ab commit 4a30618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
go_import_path: github.com/sjtug/lug

install:
Expand All @@ -26,7 +26,7 @@ deploy:
on:
repo: sjtug/lug
tags: true
condition: "$(go version | grep go1.9)"
condition: "$(go version | grep go1.10)"

notifications:
webhooks: https://www.travisbuddy.com/
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 build-env
FROM golang:1.10 AS build-env
# The GOPATH in the image is /go.
ADD . /go/src/github.com/sjtug/lug
WORKDIR /go/src/github.com/sjtug/lug
Expand Down

0 comments on commit 4a30618

Please sign in to comment.