Skip to content

Commit 99f6288

Browse files
dependabot[bot]tony-landreth
authored andcommitted
Bump golangci/golangci-lint-action in the all-github-actions group
Bumps the all-github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `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 dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d71fad6 commit 99f6288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-go@v5
2020
with: { go-version: stable }
2121

22-
- uses: golangci/golangci-lint-action@v6
22+
- uses: golangci/golangci-lint-action@v7
2323
with:
2424
version: latest
2525
args: --timeout=5m

0 commit comments

Comments
 (0)