diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index e3b41bc906..4cb17b1745 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -63,7 +63,6 @@ jobs: uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # tag=v3.2.1 with: go-version-file: .go-version - cache: true - name: Set up Rust # Yes, oddly `rustup show` installs the toolchain (: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d6d002175..2d35c1f181 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,6 @@ jobs: uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # tag=v3.2.1 with: go-version-file: .go-version - cache: true - name: Set up Rust run: rustup show