mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
ci: disable caching in setup/go action (#7251)
This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -152,6 +152,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
cache: false
|
||||||
go-version: "~1.20"
|
go-version: "~1.20"
|
||||||
|
|
||||||
- name: Echo Go Cache Paths
|
- name: Echo Go Cache Paths
|
||||||
@ -252,6 +253,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
cache: false
|
||||||
go-version: "~1.20"
|
go-version: "~1.20"
|
||||||
|
|
||||||
- name: Echo Go Cache Paths
|
- name: Echo Go Cache Paths
|
||||||
@ -339,6 +341,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
cache: false
|
||||||
go-version: "~1.20"
|
go-version: "~1.20"
|
||||||
|
|
||||||
- name: Echo Go Cache Paths
|
- name: Echo Go Cache Paths
|
||||||
@ -429,6 +432,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
cache: false
|
||||||
go-version: "~1.20"
|
go-version: "~1.20"
|
||||||
|
|
||||||
- name: Echo Go Cache Paths
|
- name: Echo Go Cache Paths
|
||||||
@ -558,6 +562,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
cache: false
|
||||||
go-version: "~1.20"
|
go-version: "~1.20"
|
||||||
|
|
||||||
- uses: hashicorp/setup-terraform@v2
|
- uses: hashicorp/setup-terraform@v2
|
||||||
|
Reference in New Issue
Block a user