Skip to content

Commit 081b086

Browse files
authored
Merge pull request ghostunnel#611 from ghostunnel/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 6 to 9
2 parents baa5667 + d0816fa commit 081b086

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
with:
2020
go-version: ${{ matrix.version }}
2121
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@v6
22+
uses: golangci/golangci-lint-action@v9
2323
with:
24-
version: v1.64.5
25-
args: --exclude-dirs-use-default --exclude-use-default
24+
version: v2.6
2625
only-new-issues: true

0 commit comments

Comments
 (0)