Skip to content

Commit cc428e8

Browse files
dependabot[bot]pid42
andauthoredMay 9, 2025
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#254)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fabio Rafael Rafael da Rosa <fabio.darosa@mongodb.com>
1 parent 99e2b75 commit cc428e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
go-version-file: 'go.mod'
1919
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
2020
- name: lint
21-
uses: golangci/golangci-lint-action@v7.0.0
21+
uses: golangci/golangci-lint-action@v8.0.0
2222
with:
23-
version: v2.0.1
23+
version: v2.1.0
2424

2525
tests-on-unix:
2626
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors

0 commit comments

Comments
 (0)