Skip to content

Commit 966c3a0

Browse files
authored
🌱 Migrate config and bump golangci lint to v2 (#3469)
* Migrate config and bump golangci lint to v2 * linter fixes
1 parent 8f44937 commit 966c3a0

File tree

11 files changed

+354
-345
lines changed

11 files changed

+354
-345
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
31+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
3232
with:
33-
version: v1.60.2
34-
args: --out-format=colored-line-number
33+
version: v2.1.0
3534
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)