Skip to content

Commit 9bb558a

Browse files
deps(ci): bump golangci/golangci-lint-action from 6 to 8
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36c1fee commit 9bb558a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Skip this step for dependabot pull requests.
4949
if: always() && github.actor != 'dependabot[bot]'
5050
- name: Lint Go
51-
uses: golangci/golangci-lint-action@v6
51+
uses: golangci/golangci-lint-action@v8
5252
with:
5353
version: v1.64.5
5454
# Always run this step so that all linting errors can be seen at once.

0 commit comments

Comments
 (0)