Skip to content

Commit 23555d6

Browse files
build(deps): bump golangci/golangci-lint-action from 7 to 8 (#482)
* build(deps): bump golangci/golangci-lint-action from 7 to 8 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> * Update .github/workflows/linters.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Feny Mehta <fbm3307@gmail.com>
1 parent 2b65ad3 commit 23555d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
go-version-file: go.mod
2424

2525
- name: Lint
26-
uses: golangci/golangci-lint-action@v7
26+
uses: golangci/golangci-lint-action@v8
2727
with:
28-
version: v2.0.2
28+
version: v2.1.6
2929
skip-pkg-cache: true
3030
skip-build-cache: true
3131
args: --config=./.golangci.yml --verbose

0 commit comments

Comments
 (0)