mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
Bump golangci/golangci-lint from v1.42.1 to v1.43.0 (#2097)
Bumps golangci/golangci-lint from v1.42.1 to v1.43.0. --- updated-dependencies: - dependency-name: golangci/golangci-lint dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4b37878d61
commit
acaff67fbc
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ FROM cljkondo/clj-kondo:2021.09.25-alpine as clj-kondo
|
|||
FROM dotenvlinter/dotenv-linter:3.1.1 as dotenv-linter
|
||||
FROM mstruebing/editorconfig-checker:2.3.5 as editorconfig-checker
|
||||
FROM yoheimuta/protolint:v0.35.2 as protolint
|
||||
FROM golangci/golangci-lint:v1.42.1 as golangci-lint
|
||||
FROM golangci/golangci-lint:v1.43.0 as golangci-lint
|
||||
FROM koalaman/shellcheck:v0.8.0 as shellcheck
|
||||
FROM ghcr.io/terraform-linters/tflint-bundle:v0.33.1 as tflint
|
||||
FROM alpine/terragrunt:1.0.10 as terragrunt
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
FROM cljkondo/clj-kondo:2021.09.25-alpine as clj-kondo
|
||||
FROM mstruebing/editorconfig-checker:2.3.5 as editorconfig-checker
|
||||
FROM yoheimuta/protolint:v0.35.2 as protolint
|
||||
FROM golangci/golangci-lint:v1.42.1 as golangci-lint
|
||||
FROM golangci/golangci-lint:v1.43.0 as golangci-lint
|
||||
FROM koalaman/shellcheck:v0.8.0 as shellcheck
|
||||
FROM ghcr.io/terraform-linters/tflint-bundle:v0.33.1 as tflint
|
||||
FROM alpine/terragrunt:1.0.10 as terragrunt
|
||||
|
|
Loading…
Reference in a new issue