Skip to content

Commit 23e33c8

Browse files
authored
Merge pull request #19 from gitpod-io/kylos101/bump-go
Bump go version to 1.23
2 parents aef25fa + bb9b2ec commit 23e33c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
image:
3636
description: Specifies the name of the image that the disk will be initialized with.
3737
required: false
38-
default: gh-runner-202409170936
38+
default: gh-runner-202409261826
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false

vm/rootfs/setup-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
# same Go version during development as we do in CI - which allows us to
1010
# reuse the leeway cache
1111
#
12-
GO_VERSION=1.22.2
12+
GO_VERSION=1.23.1
1313
GOPATH=/home/runner/go-packages
1414
GOROOT=/home/runner/go
1515
PATH=$GOROOT/bin:$GOPATH/bin:$PATH

0 commit comments

Comments
 (0)