Skip to content

Commit 80398b0

Browse files
authored
Merge pull request #5566 from mboersma/bump-golangci-lint
Bump golangci-lint to v2.1.2
2 parents 2d612ad + 8996658 commit 80398b0

File tree

10 files changed

+299
-282
lines changed

10 files changed

+299
-282
lines changed

.github/workflows/pr-golangci-lint.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
go-version: ${{ steps.vars.outputs.go_version }}
3131

3232
- name: golangci-lint
33-
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
33+
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
3434
with:
3535
# update the version when updating golangci-lint
36-
version: v1.64.8
37-
args: --out-format=colored-line-number
36+
version: v2.1.2
3837
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)