Skip to content

Commit a9552fe

Browse files
committed
fix: added version to use the latest golangci-lint action
1 parent 82483cb commit a9552fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Lint
2020
uses: golangci/golangci-lint-action@v6
2121
with:
22+
version: latest
2223
args: --fix=false ./...
2324

2425
- name: Test

0 commit comments

Comments
 (0)