Skip to content

Commit

Permalink
ci: update tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Mar 7, 2020
1 parent ca2df57 commit 0af449d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: go
env:
- GO111MODULE=on
go:
- "1.12"
- "1.13"
install:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.16.0
- curl -sfL https://github.com/goreleaser/goreleaser/releases/download/v0.106.0/goreleaser_Linux_x86_64.tar.gz | tar xfz - -C $GOPATH/bin goreleaser
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.23.8
- curl -sfL https://github.com/goreleaser/goreleaser/releases/download/v0.128.0/goreleaser_Linux_x86_64.tar.gz | tar xfz - -C $GOPATH/bin goreleaser
script: make ci
services:
- docker
Expand Down

0 comments on commit 0af449d

Please sign in to comment.