From df8785ea6d3c5d58fc98d38da67a521899df448a Mon Sep 17 00:00:00 2001 From: Artem Date: Sun, 7 Jul 2024 13:15:19 +0200 Subject: [PATCH] Fix: test action cache --- .github/workflows/test.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afba793..0b73e7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,15 +30,6 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.22.x - - uses: actions/cache@v4 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - name: Golang tests env: GO111MODULE: on