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.
1 parent 8774aad commit 13375d9Copy full SHA for 13375d9
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-202403280949
+ default: gh-runner-202404050944
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.1
+GO_VERSION=1.22.2
13
GOPATH=/home/runner/go-packages
14
GOROOT=/home/runner/go
15
PATH=$GOROOT/bin:$GOPATH/bin:$PATH
0 commit comments