Merge pull request #991 from jpreese/lint-versioning

Update lint version
This commit is contained in:
Luke Kysow
2020-04-15 10:03:54 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -11,4 +11,5 @@ node_modules/
**/.vuepress/dist
helm/test-values.yaml
*.swp
golangci-lint
golangci-lint
atlantis

View File

@@ -60,7 +60,7 @@ lint: ## Run linter locally
golangci-lint run
check-lint: ## Run linter in CI/CD. If running locally use 'lint'
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ./bin v1.24.0
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ./bin v1.23.8
./bin/golangci-lint run -j 4
check-fmt: ## Fail if not formatted