File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
22
33env :
4- SETUP_GVM_VERSION : " v0.5.2 "
4+ SETUP_GVM_VERSION : " v0.6.0 "
55 LINUX_AGENT_IMAGE : " golang:${GO_VERSION}"
66 DOCKER_COMPOSE_VERSION : " v2.24.1"
77 DOCKER_VERSION : " false"
Original file line number Diff line number Diff line change 22name : integrations-schedule-daily
33
44env :
5- SETUP_GVM_VERSION : " v0.5.2 "
5+ SETUP_GVM_VERSION : " v0.6.0 "
66 LINUX_AGENT_IMAGE : " golang:${GO_VERSION}"
77
88# The pipeline is triggered by the scheduler every day
Original file line number Diff line number Diff line change 22name : integrations-schedule-weekly
33
44env :
5- SETUP_GVM_VERSION : " v0.5.2 "
5+ SETUP_GVM_VERSION : " v0.6.0 "
66 LINUX_AGENT_IMAGE : " golang:${GO_VERSION}"
77
88# The pipeline is triggered by the scheduler every week
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
22
33env :
4- SETUP_GVM_VERSION : " v0.5.2 "
4+ SETUP_GVM_VERSION : " v0.6.0 "
55 LINUX_AGENT_IMAGE : " golang:${GO_VERSION}"
66 DOCKER_COMPOSE_VERSION : " v2.24.1"
77 DOCKER_VERSION : " false" # not required to set since system tests are not running yet
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
22env :
3- SETUP_GVM_VERSION : " v0.5.2 "
3+ SETUP_GVM_VERSION : " v0.6.0 "
44 DOCKER_COMPOSE_VERSION : " v2.24.1"
55 DOCKER_VERSION : " 26.1.2"
66 KIND_VERSION : ' v0.27.0'
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ with_go() {
114114 echo " GVM ${SETUP_GVM_VERSION} (platform ${platform_type_lowercase} arch ${arch_type} "
115115 retry 5 curl -sL -o " ${BIN_FOLDER} /gvm" " https://github.com/andrewkroh/gvm/releases/download/${SETUP_GVM_VERSION} /gvm-${platform_type_lowercase} -${arch_type} "
116116 chmod +x " ${BIN_FOLDER} /gvm"
117- eval " $( gvm --url=https://go.dev/dl " $( cat .go-version) " ) "
117+ eval " $( gvm " $( cat .go-version) " ) "
118118 go version
119119 which go
120120 PATH=" ${PATH} :$( go env GOPATH) :$( go env GOPATH) /bin"
You can’t perform that action at this time.
0 commit comments