Skip to content

Commit e635cb2

Browse files
dependabot[bot]chombium
authored andcommitted
build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
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@v8.0.0...v9.0.0) --- 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]>
1 parent ca75662 commit e635cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- uses: actions/setup-go@v6
4040
with:
4141
go-version-file: go.mod
42-
- uses: golangci/golangci-lint-action@v8.0.0
42+
- uses: golangci/golangci-lint-action@v9.0.0
4343
with:
4444
args: --config .golangci.yml

0 commit comments

Comments
 (0)