Update Go setup action to version 6 and adjust caching configuration
Build and Test / verify (push) Successful in 1m31s

This commit is contained in:
2026-07-12 09:41:44 +02:00
parent dad8d5a3af
commit 9b83fca76e
+2 -1
View File
@@ -23,9 +23,10 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 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