Bump golangci/golangci-lint-action from 5 to 6
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6) --- 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:
parent
df639fddbf
commit
9da53c5406
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
# There is a risk of drift between the two, but this is only linting,
|
# There is a risk of drift between the two, but this is only linting,
|
||||||
# not runtime correctness!
|
# not runtime correctness!
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v5
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
working-directory: git-sync
|
working-directory: git-sync
|
||||||
version: v1.53.3
|
version: v1.53.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue