Skip to content

Commit 86c7904

Browse files
chore: Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#94)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@4afd733...0a35821) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 361d23d commit 86c7904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
go-version-file: 'go.mod'
4747
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
4848
- name: golangci-lint
49-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
49+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47
5050
with:
5151
version: v2.4.0 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
5252
- name: actionlint

0 commit comments

Comments
 (0)