Skip to content

Commit 1be55ba

Browse files
authored
Merge pull request #579 from arduino/dependabot/github_actions/workflow-templates/golangci/golangci-lint-action-8
Bump golangci/golangci-lint-action from 3 to 8 in /workflow-templates
2 parents b45abbd + 0cb0744 commit 1be55ba

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go/.golangci.yml
22
# See: https://golangci-lint.run/usage/configuration/
3-
issues:
4-
exclude-use-default: false
3+
version: "2"
54
linters:
65
enable:
76
- revive

workflow-templates/check-go-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ jobs:
122122
version: 3.x
123123

124124
- name: Install golangci-lint
125-
uses: golangci/golangci-lint-action@v3
125+
uses: golangci/golangci-lint-action@v8
126126
with:
127-
version: v1.54
127+
version: v2.3
128128

129129
- name: Check style
130130
env:

0 commit comments

Comments
 (0)