Skip to content

Commit da58243

Browse files
committed
Update go to v1.22.1 and new dev-image
1 parent 7edc5ac commit da58243

File tree

3 files changed

+4
-2
lines changed

3 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-202402281813
38+
default: gh-runner-202403242041
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/etc/preloaded-images

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
22
eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard-gha.20954
3+
eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go-122-gha.23879
34
gitpod/workspace-full
45
mysql:8.0.33
56
bitnami/mysql:8.0.33-debian-11-r24
@@ -8,4 +9,5 @@ node:16
89
node:18
910
node:20
1011
localstack/localstack:2.2
12+
localstack/localstack:3.0.0
1113
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.6
12+
GO_VERSION=1.22.1
1313
GOPATH=/home/runner/go-packages
1414
GOROOT=/home/runner/go
1515
PATH=$GOROOT/bin:$GOPATH/bin:$PATH

0 commit comments

Comments
 (0)