From cc3374b52ef5dc57e79820454718e69326d42f9d Mon Sep 17 00:00:00 2001 From: Timothy Rule <90191439+timrulebosch@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:13:18 +0200 Subject: [PATCH] Update super-linter.yml --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index ad8a7e1..8317292 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -27,6 +27,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_CPP: true VALIDATE_DOCKERFILE: true - VALIDATE_GO: true + VALIDATE_GO: false # VALIDATE_MARKDOWN: true VALIDATE_YAML: true