Skip to content

Commit 9e99c52

Browse files
Bump golangci/golangci-lint-action from 2 to 7
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 7. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2...v7) --- 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 17b36b3 commit 9e99c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
**/**.go
1616
go.mod
1717
go.sum
18-
- uses: golangci/golangci-lint-action@v2
18+
- uses: golangci/golangci-lint-action@v7
1919
with:
2020
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
2121
version: v1.51.2

0 commit comments

Comments
 (0)