Skip to content

Commit

Permalink
chore(ci): run golangci-lint on v1.23.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nettoclaudio committed Mar 25, 2020
1 parent 17c911b commit c9d4495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
env: JOB=test
- stage: test
script: make lint
env: JOB=lint
env:
- JOB=lint
- GOLANGCI_LINT_VERSION=v1.23.8
- stage: integration
script: make test/integration
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test/integration:
./scripts/localkube-integration.sh

lint:
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin $(GOLANGCI_LINT_VERSION)
go install ./...
golangci-lint run --config ./.golangci.yml ./...

Expand Down

0 comments on commit c9d4495

Please sign in to comment.