We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c944b commit 616b291Copy full SHA for 616b291
1 file changed
.github/workflows/ci.yaml
@@ -31,13 +31,13 @@ jobs:
31
name: Lint
32
uses: golangci/golangci-lint-action@v9
33
with:
34
- version: ${{ env.GO_LANGCI_LINT_VERSION }}
+ version: "v${{ env.GO_LANGCI_LINT_VERSION }}"
35
args: --timeout=10m
36
-
37
name: Lint example
38
39
40
41
42
working-directory: example
43
0 commit comments