ci: disable caching in setup/go action (#7251)

This commit is contained in:
Colin Adler
2023-04-21 13:01:42 -05:00
committed by GitHub
parent fd84df769d
commit 1fc32b1c3d

View File

@ -152,6 +152,7 @@ jobs:
- uses: actions/setup-go@v4
with:
cache: false
go-version: "~1.20"
- name: Echo Go Cache Paths
@ -252,6 +253,7 @@ jobs:
- uses: actions/setup-go@v4
with:
cache: false
go-version: "~1.20"
- name: Echo Go Cache Paths
@ -339,6 +341,7 @@ jobs:
- uses: actions/setup-go@v4
with:
cache: false
go-version: "~1.20"
- name: Echo Go Cache Paths
@ -429,6 +432,7 @@ jobs:
- uses: actions/setup-go@v4
with:
cache: false
go-version: "~1.20"
- name: Echo Go Cache Paths
@ -558,6 +562,7 @@ jobs:
- uses: actions/setup-go@v4
with:
cache: false
go-version: "~1.20"
- uses: hashicorp/setup-terraform@v2