Skip to content

Commit b88ae6d

Browse files
Bump golangci/golangci-lint-action from 7 to 8 (#332)
* 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> * Bump golangci-lint --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bastian Hofmann <mail@bastianhofmann.de>
1 parent 2ae552b commit b88ae6d

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
@@ -33,10 +33,10 @@ jobs:
3333
files=$(gofmt -l .) && echo $files && [ -z "$files" ]
3434
3535
- name: Golang CI Lint
36-
uses: golangci/golangci-lint-action@v7
36+
uses: golangci/golangci-lint-action@v8
3737
with:
3838
working-directory: test
39-
version: v2.0.2 # Specify the golangci-lint version, so we are stable
39+
version: v2.1.6 # Specify the golangci-lint version, so we are stable
4040
args: --timeout 10m # Increase the timeout to 10 minutes
4141

4242
- name: Run unit tests

0 commit comments

Comments
 (0)