Disable setup-go caching

This commit is contained in:
Michael B. Gale
2024-02-16 17:48:12 +00:00
parent 25f0692e2c
commit 0ad04d45a9
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache: false
id: go
- name: Check out code
@@ -58,6 +59,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache: false
id: go
- name: Check out code

View File

@@ -32,6 +32,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache: false
id: go
- name: Check out code