There was an error while loading. Please reload this page.
1 parent 408e46e commit 7437a1dCopy full SHA for 7437a1d
.github/workflows/e2e-tests.yaml
@@ -53,10 +53,12 @@ jobs:
53
- name: Set up Go
54
uses: actions/setup-go@v5
55
with:
56
- go-version: "1.22"
57
-
+ go-version: "1.24"
+
58
- name: Build devspacehelper
59
run: |
60
+ export GOMODCACHE="${{ github.workspace }}/.gomodcache"
61
+ mkdir -p "$GOMODCACHE"
62
mkdir -p ~/.devspace/devspacehelper/latest
63
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-extldflags=-static" -o ~/.devspace/devspacehelper/latest/devspacehelper helper/main.go
64
chmod +x ~/.devspace/devspacehelper/latest/devspacehelper
0 commit comments