Skip to content

Commit 950a206

Browse files
chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#134)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8915f4c commit 950a206

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
@@ -31,7 +31,7 @@ jobs:
3131
go-version: stable # get the latest stable version from the go-versions repository manifest.
3232
cache: false
3333
- name: golangci-lint
34-
uses: golangci/golangci-lint-action@v7
34+
uses: golangci/golangci-lint-action@v8
3535
with:
3636
args: --timeout=10m
3737
version: latest

0 commit comments

Comments
 (0)