File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ inputs:
35
35
image :
36
36
description : Specifies the name of the image that the disk will be initialized with.
37
37
required : false
38
- default : gh-runner-202402281813
38
+ default : gh-runner-202403242041
39
39
image_family :
40
40
description : The image family for the operating system that the boot disk will be initialized with.
41
41
required : false
Original file line number Diff line number Diff line change 1
1
eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
2
2
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
3
4
gitpod/workspace-full
4
5
mysql:8.0.33
5
6
bitnami/mysql:8.0.33-debian-11-r24
8
9
node:18
9
10
node:20
10
11
localstack/localstack:2.2
12
+ localstack/localstack:3.0.0
11
13
registry:2
Original file line number Diff line number Diff line change 9
9
# same Go version during development as we do in CI - which allows us to
10
10
# reuse the leeway cache
11
11
#
12
- GO_VERSION=1.21.6
12
+ GO_VERSION=1.22.1
13
13
GOPATH=/home/runner/go-packages
14
14
GOROOT=/home/runner/go
15
15
PATH=$GOROOT /bin:$GOPATH /bin:$PATH
You can’t perform that action at this time.
0 commit comments