Skip to content

Commit c2607d3

Browse files
Bump golangci/golangci-lint-action from 4 to 6
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4...v6) --- 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 6a62258 commit c2607d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout code
1010
uses: actions/checkout@v4
1111
- name: Lint
12-
uses: golangci/golangci-lint-action@v4
12+
uses: golangci/golangci-lint-action@v6
1313
with:
1414
# version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
1515
version: latest

0 commit comments

Comments
 (0)