Skip to content

Commit 91ff1b1

Browse files
build(deps): bump golangci/golangci-lint-action from 6 to 7
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]>
1 parent 262289b commit 91ff1b1

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Test
4242
run: ./test
4343
- name: Run linter
44-
uses: golangci/golangci-lint-action@v6
44+
uses: golangci/golangci-lint-action@v7
4545
with:
4646
version: v1.64.4
4747
args: -E=gofmt --timeout=30m0s

0 commit comments

Comments
 (0)