Skip to content

Commit

Permalink
Update CI add go1.13.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Dec 15, 2019
1 parent 7037f47 commit b471b6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
# if [ -f Gopkg.toml ]; then
# curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
# dep ensure
# fi
- name: Build
run: go build -v .
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ go:
# - 1.8.x
# - 1.9.x
# - 1.10.x
- 1.11.x
# - 1.11.x
- 1.12.x
- 1.13.x
# - tip

install:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
matrix:
- GOARCH: amd64
# - GOARCH: 386
GOVERSION: 1.12.7
GOVERSION: 1.13.5
# GOPATH: c:\gopath

install:
Expand Down

0 comments on commit b471b6f

Please sign in to comment.