Skip to content

Commit 1243450

Browse files
authored
update golangci lint to v2 (#446)
* chore: update all golangci-lint refs to v2 * chore: update golangci-lint config to v2 * chore: fix all linting issues that came with the v2 upgrade
1 parent 4cec94c commit 1243450

File tree

10 files changed

+84
-522
lines changed

10 files changed

+84
-522
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Download golangci-lint installer
2727
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh -o /tmp/install-golangci-lint.sh
2828
- name: Install golangci-lint
29-
run: sh /tmp/install-golangci-lint.sh -b /usr/local/bin v1.64.8
29+
run: sh /tmp/install-golangci-lint.sh -b /usr/local/bin v2.1.6
3030
- name: Lint Go files
3131
run: ./scripts/lint-golang.sh
3232
- name: Run tests

0 commit comments

Comments
 (0)