From c4cf90dd57cba4fc45c0cf6f05d060fd854814e6 Mon Sep 17 00:00:00 2001 From: itsscb Date: Wed, 20 Sep 2023 20:29:04 +0200 Subject: [PATCH] rf/test setup-go@v4 cache enabled --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4cab4bf..4f42da8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,8 @@ jobs: uses: actions/setup-go@v4 with: go-version: ^1.21 - cache: false + cache-dependency-path: + go.sum id: go - name: Check out code into the Go module directory