Skip to content

Commit f982e0b

Browse files
Bump golangci/golangci-lint-action from 3 to 9
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 9. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...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 48452b0 commit f982e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
go-version: 1.22.x
9999
- uses: actions/checkout@v4
100100
- name: golangci-lint
101-
uses: golangci/golangci-lint-action@v3
101+
uses: golangci/golangci-lint-action@v9
102102
with:
103103
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
104104
version: v1.63.4

0 commit comments

Comments
 (0)