From e8c75d812feedb1437f48b8447fe5e40cee025a0 Mon Sep 17 00:00:00 2001 From: itsscb Date: Wed, 20 Sep 2023 20:01:08 +0200 Subject: [PATCH] rf/disable cache in setup-go@v4 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c966beb..4cab4bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,7 @@ jobs: uses: actions/setup-go@v4 with: go-version: ^1.21 + cache: false id: go - name: Check out code into the Go module directory