We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b45abbd + 0cb0744 commit 1be55baCopy full SHA for 1be55ba
workflow-templates/assets/go/.golangci.yml
@@ -1,7 +1,6 @@
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go/.golangci.yml
2
# See: https://golangci-lint.run/usage/configuration/
3
-issues:
4
- exclude-use-default: false
+version: "2"
5
linters:
6
enable:
7
- revive
workflow-templates/check-go-task.yml
@@ -122,9 +122,9 @@ jobs:
122
version: 3.x
123
124
- name: Install golangci-lint
125
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v8
126
with:
127
- version: v1.54
+ version: v2.3
128
129
- name: Check style
130
env:
0 commit comments