Remove temporary cache disablement in Go setup action
Build and Test / verify (push) Successful in 2m4s
Build and Test / verify (push) Successful in 2m4s
This commit is contained in:
@@ -26,7 +26,6 @@ jobs:
|
|||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.26.x'
|
go-version: '1.26.x'
|
||||||
cache: false # temporary fix until we get the tooling on hephaestus running correctly
|
|
||||||
|
|
||||||
- name: Show Go Version
|
- name: Show Go Version
|
||||||
run: go version
|
run: go version
|
||||||
|
|||||||
Reference in New Issue
Block a user