Skip to content

Commit e580126

Browse files
dependabot[bot]fguillot
authored andcommitted
build(deps): bump golangci/golangci-lint-action from 8 to 9
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8...v9) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86fca5d commit e580126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-go@v6
3030
with:
3131
go-version: stable
32-
- uses: golangci/golangci-lint-action@v8
32+
- uses: golangci/golangci-lint-action@v9
3333
- name: Run gofmt linter
3434
run: gofmt -d -e .
3535

0 commit comments

Comments
 (0)