Skip to content

Commit

Permalink
golangci-lint v1.22.2
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <chenrui333@gmail.com>
  • Loading branch information
chenrui333 committed Jan 6, 2020
1 parent 6dbde9b commit 4821444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go:

env:
- RUNC_VERSION=v1.0.0-rc9
- GOLANGCI_LINT_VERSION=v1.22.2

addons:
apt:
Expand All @@ -27,7 +28,7 @@ before_install:
popd
install:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.19.1
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
# set up runc
- sudo curl -L https://github.com/opencontainers/runc/releases/download/${RUNC_VERSION}/runc.amd64 -o /usr/bin/runc
- sudo chmod +x /usr/bin/runc
Expand Down

0 comments on commit 4821444

Please sign in to comment.