mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
build(deps): bump golangci/golangci-lint-action from 3 to 4
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Paul Laffitte
parent
131b058e25
commit
21719e3394
@@ -31,7 +31,7 @@ jobs:
|
||||
go-version: ${{ env.VERSION_GOLANG }}
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: ${{ env.VERSION_GOLANGCILINT }}
|
||||
only-new-issues: true
|
||||
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
uses: helm/chart-testing-action@v2.6.1
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: ${{ env.VERSION_GOLANGCILINT }}
|
||||
args: --timeout 3m --verbose --out-${NO_FUTURE}format colored-line-number
|
||||
|
||||
Reference in New Issue
Block a user