Bump golangci/golangci-lint from v1.37.1 to v1.38.0 (#1301)

* Bump golangci/golangci-lint from v1.37.1 to v1.38.0

Bumps golangci/golangci-lint from v1.37.1 to v1.38.0.

Signed-off-by: dependabot[bot] <support@github.com>

* more go

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2021-03-04 10:14:16 -06:00 committed by GitHub
parent 4f51c7dd03
commit 5294082063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
TAP version 13
1..2
not ok 1 - golang_bad_01.go
---
message: level=warningg="[runner] The linter 'maligned' is deprecated due to The repository of the linter has been archived by the owner. Use govet 'fieldalignment' instead."\nlevel=warningg="[runner] Can't run linter goanalysis_metalinter failed prerequisites [(inspect@command-line-arguments, isgenerated@command-line-arguments) analysis skipped errors in package [go/golang_bad_01.go 1 1 expected 'package', found 'if' /tmp/lint/.automation/test/go/golang_bad_01.go 1 1 expected 'package', found 'if']]"\nlevel=warningg="[runner] Can't run linter unused buildir analysis skipped errors in package [go/golang_bad_01.go 1 1 expected 'package', found 'if' /tmp/lint/.automation/test/go/golang_bad_01.go 1 1 expected 'package', found 'if' /tmp/lint/.automation/test/go/golang_bad_01.go 1 1 expected 'package', found 'if']"\nlevel=errorg="Running error buildir analysis skipped errors in package [go/golang_bad_01.go 1 1 expected 'package', found 'if' /tmp/lint/.automation/test/go/golang_bad_01.go 1 1 expected 'package', found 'if' /tmp/lint/.automation/test/go/golang_bad_01.go 1 1 expected 'package', found 'if']"\n
...
ok 2 - golang_good_01.go

View file

@ -11,7 +11,7 @@ FROM cljkondo/clj-kondo:2021.03.03-alpine as clj-kondo
FROM dotenvlinter/dotenv-linter:3.0.0 as dotenv-linter FROM dotenvlinter/dotenv-linter:3.0.0 as dotenv-linter
FROM mstruebing/editorconfig-checker:2.3.3 as editorconfig-checker FROM mstruebing/editorconfig-checker:2.3.3 as editorconfig-checker
FROM yoheimuta/protolint:v0.30.0 as protolint FROM yoheimuta/protolint:v0.30.0 as protolint
FROM golangci/golangci-lint:v1.37.1 as golangci-lint FROM golangci/golangci-lint:v1.38.0 as golangci-lint
FROM koalaman/shellcheck:v0.7.1 as shellcheck FROM koalaman/shellcheck:v0.7.1 as shellcheck
FROM wata727/tflint:0.24.1 as tflint FROM wata727/tflint:0.24.1 as tflint
FROM alpine/terragrunt:0.14.5 as terragrunt FROM alpine/terragrunt:0.14.5 as terragrunt