Add comment justifying why we set cache: false

This commit is contained in:
Michael B. Gale
2024-02-22 17:53:21 +00:00
parent 5d55901fc8
commit e3a86ed8b6
6 changed files with 12 additions and 0 deletions

View File

@@ -89,6 +89,8 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ~1.22.0
# to avoid potentially misleading autobuilder results where we expect it to download
# dependencies successfully, but they actually come from a warm cache
cache: false
- uses: ./../action/init
with:

View File

@@ -89,6 +89,8 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ~1.22.0
# to avoid potentially misleading autobuilder results where we expect it to download
# dependencies successfully, but they actually come from a warm cache
cache: false
- uses: ./../action/init
with:

View File

@@ -89,6 +89,8 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ~1.22.0
# to avoid potentially misleading autobuilder results where we expect it to download
# dependencies successfully, but they actually come from a warm cache
cache: false
- uses: ./../action/init
with: