Skip to content

Commit 6a5d06d

Browse files
dependabot[bot]chombium
authored andcommitted
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27821ed commit 6a5d06d

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@v5
4040
with:
4141
go-version-file: go.mod
42-
- uses: golangci/golangci-lint-action@v7.0.0
42+
- uses: golangci/golangci-lint-action@v8.0.0
4343
with:
4444
args: --config .golangci.yml

0 commit comments

Comments
 (0)