File tree 3 files changed +1
-2
lines changed
3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
name : " fleet server package mbp"
3
3
env :
4
4
REPO : ' fleet-server'
5
- SETUP_GVM_VERSION : ' v0.3.0'
6
5
DOCKER_REGISTRY : " docker.elastic.co"
7
6
IMAGE_UBUNTU_X86_64 : " family/core-ubuntu-2004"
8
7
IMAGE_UBUNTU_ARM_64 : " core-ubuntu-2004-aarch64"
Original file line number Diff line number Diff line change 1
1
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2
2
3
3
env :
4
- SETUP_GVM_VERSION : " v0.5.1"
5
4
DOCKER_COMPOSE_VERSION : " 1.25.5"
6
5
DOCKER_REGISTRY : " docker.elastic.co"
7
6
DOCKER_IMAGE : " ${DOCKER_REGISTRY}/observability-ci/fleet-server" # needs to rename for rollback
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ with_go() {
42
42
echo " Setting up the Go environment..."
43
43
create_workspace
44
44
check_platform_architeture
45
+ SETUP_GVM_VERSION=v0.5.2
45
46
retry 5 curl -sL -o ${WORKSPACE} /gvm " https://github.com/andrewkroh/gvm/releases/download/${SETUP_GVM_VERSION} /gvm-${platform_type} -${arch_type} "
46
47
chmod +x ${WORKSPACE} /gvm
47
48
eval " $( gvm $( cat .go-version) ) "
You can’t perform that action at this time.
0 commit comments