Skip to content

Commit 3576f6c

Browse files
Bump golangci/golangci-lint-action from 6 to 7 (#990)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 7. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71dbe37 commit 3576f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: go mod tidy
9797

9898
- name: golangci-lint
99-
uses: golangci/golangci-lint-action@v6
99+
uses: golangci/golangci-lint-action@v7
100100
with:
101101
version: v1.64
102102
args: "--tests=false"

0 commit comments

Comments
 (0)