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
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
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:

View file

@ -7,6 +7,8 @@ steps:
- 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

@ -5,6 +5,8 @@ steps:
- 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

@ -7,6 +7,8 @@ steps:
- 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: