We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf15b5 commit 088103fCopy full SHA for 088103f
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout code
12
uses: actions/checkout@v4
13
- name: Run linters
14
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
15
with:
16
version: latest
17
args: --timeout=3m
0 commit comments