Skip to content

Commit cd05cdf

Browse files
author
Ronen Hilewicz
committed
Fix lint CI step.
`golantci-lint config verify` uses the JSONSchema for the latest version of the tool instead of the version being used.
1 parent 91a8ed8 commit cd05cdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: golangci/golangci-lint-action@v6
3737
with:
3838
version: ${{ env.GO_LANGCI_LINT_VERSION }}
39+
verify: false # `golangci-lint config verify` checks against the latest schema instead of its own version.
3940
args: --timeout=30m
4041
-
4142
name: Test Setup

0 commit comments

Comments
 (0)