From 36ef593f25e5c260306e0f6e931d39502d924633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedrich=20Gro=C3=9Fe?= Date: Sat, 16 Mar 2024 21:17:48 +0100 Subject: [PATCH] Fix golang-ci lint action --- .github/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 71e15e1..a5fa48e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: fi golang-ci: - name: lint + name: Go Lint runs-on: ubuntu-latest permissions: checks: write @@ -49,6 +49,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: ${{ env.GO_VERSION }} + cache: false # golangci-lint implements its own caching - name: golangci-lint uses: golangci/golangci-lint-action@v4