Skip to content

Commit ff5097e

Browse files
committed
trying to fix lint action
1 parent 1f58d6a commit ff5097e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
go-version: 1.24
2121
- uses: actions/checkout@v4
2222
- name: golangci-lint
23-
uses: golangci/golangci-lint-action@v3
23+
uses: golangci/golangci-lint-action@v8
2424
with:
25-
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
26-
version: v1.61.0
25+
version: v2.1

0 commit comments

Comments
 (0)