Skip to content

Commit 616b291

Browse files
committed
fix ci linter version
1 parent d2c944b commit 616b291

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
name: Lint
3232
uses: golangci/golangci-lint-action@v9
3333
with:
34-
version: ${{ env.GO_LANGCI_LINT_VERSION }}
34+
version: "v${{ env.GO_LANGCI_LINT_VERSION }}"
3535
args: --timeout=10m
3636
-
3737
name: Lint example
3838
uses: golangci/golangci-lint-action@v9
3939
with:
40-
version: ${{ env.GO_LANGCI_LINT_VERSION }}
40+
version: "v${{ env.GO_LANGCI_LINT_VERSION }}"
4141
args: --timeout=10m
4242
working-directory: example
4343
-

0 commit comments

Comments
 (0)