Remove temporary cache disablement in Go setup action
Build and Test / verify (push) Successful in 2m4s

This commit is contained in:
2026-07-12 13:42:32 +02:00
parent 9b83fca76e
commit fc4f89804c
-1
View File
@@ -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