Skip to content

Commit 68142bc

Browse files
committed
Fix golintcli version
Shouldn't specify patch
1 parent 57681d6 commit 68142bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: golangci-lint
3434
uses: golangci/golangci-lint-action@v1
3535
with:
36-
version: v1.19.1
36+
version: v1.19
3737
args: $GOLANGCI_LINT_EXRA_ARGS

0 commit comments

Comments
 (0)