We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aef25fa + bb9b2ec commit 23e33c8Copy full SHA for 23e33c8
action.yml
@@ -35,7 +35,7 @@ inputs:
35
image:
36
description: Specifies the name of the image that the disk will be initialized with.
37
required: false
38
- default: gh-runner-202409170936
+ default: gh-runner-202409261826
39
image_family:
40
description: The image family for the operating system that the boot disk will be initialized with.
41
vm/rootfs/setup-runner.sh
@@ -9,7 +9,7 @@ set -e
9
# same Go version during development as we do in CI - which allows us to
10
# reuse the leeway cache
11
#
12
-GO_VERSION=1.22.2
+GO_VERSION=1.23.1
13
GOPATH=/home/runner/go-packages
14
GOROOT=/home/runner/go
15
PATH=$GOROOT/bin:$GOPATH/bin:$PATH
0 commit comments