Skip to content

Commit b393a89

Browse files
committed
Update VM image
1 parent 76a0fb7 commit b393a89

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-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-202312141129
38+
default: gh-runner-202401092315
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.tar

-20 KB
Binary file not shown.

vm/rootfs/etc/preloaded-images

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
2+
eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard-gha.20954
23
gitpod/workspace-full
34
mysql:8.0.33
45
bitnami/mysql:8.0.33-debian-11-r24
56
redis
67
node:16
78
node:18
9+
node:20
810
localstack/localstack:2.2
911
registry:2

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.21.4
12+
GO_VERSION=1.21.6
1313
GOPATH=/home/runner/go-packages
1414
GOROOT=/home/runner/go
1515
PATH=$GOROOT/bin:$GOPATH/bin:$PATH

0 commit comments

Comments
 (0)