Skip to content

Commit 65c8a36

Browse files
committed
disable schema verification
the server that hosts the schema is unreliable
1 parent 12b35da commit 65c8a36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ jobs:
4444
with:
4545
version: "v${{ env.GOLANGCI_LINT }}"
4646
working-directory: ${{ matrix.modules }}
47+
48+
# disable, as it randomly fails with the following error:
49+
# The command is terminated due to an error: [../../.golangci.yml] validate: compile schema: failing loading "https://golangci-lint.run/jsonschema/golangci.v2.11.jsonschema.json": Get "https://golangci-lint.run/jsonschema/golangci.v2.11.jsonschema.json": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
50+
verify: 'false'

0 commit comments

Comments
 (0)