File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
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-202412041244
38
+ default : gh-runner-202503202038
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
- eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
2
- eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
3
1
gitpod/workspace-full
4
2
mysql:8.0.33
5
3
bitnami/mysql:8.0.33-debian-11-r24
@@ -10,4 +8,3 @@ localstack/localstack:3.4.0
10
8
registry:2
11
9
postgres:15.3-alpine
12
10
redis:7.2.4-alpine
13
-
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.23 .1
12
+ GO_VERSION=1.24 .1
13
13
GOPATH=/home/runner/go-packages
14
14
GOROOT=/home/runner/go
15
15
PATH=$GOROOT /bin:$GOPATH /bin:$PATH
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export DEBIAN_FRONTEND=noninteractive
6
6
7
7
RUNNER_USER=" runner"
8
8
RUNNER_DIR=" /home/${RUNNER_USER} "
9
- RUNNER_VER=2.321 .0
9
+ RUNNER_VER=2.323 .0
10
10
11
11
HELM_VERSION=3.14.0
12
12
PULUMI_VERSION=3.114.0
@@ -163,12 +163,12 @@ echo "📝 Installing leeway..."
163
163
LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
164
164
LEEWAY_CACHE_DIR=/var/tmp/cache
165
165
LEEWAY_BUILD_DIR=/var/tmp/build
166
- LEEWAY_VERSION=" 0.8.4 "
166
+ LEEWAY_VERSION=" 0.9.6 "
167
167
168
168
mkdir -p " ${LEEWAY_CACHE_DIR} " " ${LEEWAY_BUILD_DIR} "
169
169
chmod 777 -R /var/tmp/
170
170
171
- curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v${LEEWAY_VERSION} /leeway_ ${LEEWAY_VERSION} _Linux_x86_64 .tar.gz | tar -xz -C /usr/local/bin leeway
171
+ curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v${LEEWAY_VERSION} /leeway_Linux_x86_64 .tar.gz | tar -xz -C /usr/local/bin leeway
172
172
173
173
echo " 📝 Installing the AWS cli..."
174
174
curl -sfSL " https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o " awscliv2.zip" &&
You can’t perform that action at this time.
0 commit comments