Update Go setup action to version 6 and adjust caching configuration
Build and Test / verify (push) Successful in 1m31s
Build and Test / verify (push) Successful in 1m31s
This commit is contained in:
@@ -23,9 +23,10 @@ jobs:
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '1.26.x'
|
||||
cache: false # temporary fix until we get the tooling on hephaestus running correctly
|
||||
|
||||
- name: Show Go Version
|
||||
run: go version
|
||||
|
||||
Reference in New Issue
Block a user