From 90eb445943a3e4cba9bef261bde0aa754476f506 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 17 Oct 2024 18:41:28 +0200 Subject: [PATCH] Disable cache --- .github/workflows/golangci-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 9f79687..4741d16 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -17,3 +17,4 @@ jobs: # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version. # When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit. version: v1.54 + cache: false