Skip to content

Commit aa0b26a

Browse files
⬆️ Bump golangci/golangci-lint-action from 8 to 9
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8...v9) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db46d76 commit aa0b26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
working-directory: ${{ matrix.go-module }}
7272
- if: ${{ startsWith(matrix.os, 'ubuntu') }}
7373
name: Linting
74-
uses: golangci/golangci-lint-action@v8
74+
uses: golangci/golangci-lint-action@v9
7575
with:
7676
# Required: the version of golangci-lint is required and must be specified without patch version.
7777
version: latest

0 commit comments

Comments
 (0)