Skip to content

Commit 3312bd7

Browse files
committed
update go version in gh actions
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
1 parent 7437a1d commit 3312bd7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
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:

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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
@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)