File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 5858 - name : Build devspacehelper
5959 run : |
6060 export GOMODCACHE="${{ github.workspace }}/.gomodcache"
61- mkdir -p "$GOMODCACHE"
62- mkdir -p ~/.devspace/devspacehelper/latest
6361 CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-extldflags=-static" -o ~/.devspace/devspacehelper/latest/devspacehelper helper/main.go
6462 chmod +x ~/.devspace/devspacehelper/latest/devspacehelper
6563 env :
Original file line number Diff line number Diff line change 2929 - name : Set up Go
3030 uses : actions/setup-go@v5
3131 with :
32- go-version : " 1.22 "
32+ go-version : " 1.24 "
3333
3434 - name : Check out code into the Go module directory
3535 uses : actions/checkout@v1
4545 - name : Set up Go
4646 uses : actions/setup-go@v5
4747 with :
48- go-version : " 1.22 "
48+ go-version : " 1.24 "
4949
5050 - name : Check out code into the Go module directory
5151 uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments