Skip to content

Commit 93848b0

Browse files
Bump golangci/golangci-lint-action from 7 to 8 (#122)
* 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] <[email protected]> * Bump golangci-lint version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bastian Hofmann <[email protected]>
1 parent 4c12a2a commit 93848b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
files=$(gofmt -l .) && echo $files && [ -z "$files" ]
3737
3838
- name: Golang CI Lint
39-
uses: golangci/golangci-lint-action@v7
39+
uses: golangci/golangci-lint-action@v8
4040
with:
41-
version: v2.0.1 # Specify the golangci-lint version, so we are stable
41+
version: v2.1.6 # Specify the golangci-lint version, so we are stable
4242
args: --timeout 10m # Increase the timeout to 10 minutes
4343

4444
- name: Run make gen

0 commit comments

Comments
 (0)