Skip to content

Commit 729267b

Browse files
dependabot[bot]ctlong
authored andcommitted
Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.7.0...v4.0.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b5389b commit 729267b

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@v3.7.0
42+
- uses: golangci/golangci-lint-action@v4.0.0
4343
with:
4444
args: --config .golangci.yml

0 commit comments

Comments
 (0)