diff --git a/.buildkite/pipeline.serverless.yml b/.buildkite/pipeline.serverless.yml index 39f945036a..7fbc0c3dd1 100644 --- a/.buildkite/pipeline.serverless.yml +++ b/.buildkite/pipeline.serverless.yml @@ -1,6 +1,6 @@ env: NOTIFY_TO: "ecosystem-team@elastic.co" - SETUP_GVM_VERSION: 'v0.5.2' # https://github.com/andrewkroh/gvm/issues/44#issuecomment-1013231151 + SETUP_GVM_VERSION: 'v0.6.0' # https://github.com/andrewkroh/gvm/issues/44#issuecomment-1013231151 DOCKER_COMPOSE_VERSION: "v2.24.1" DOCKER_VERSION: "26.1.2" KIND_VERSION: 'v0.27.0' diff --git a/.buildkite/pipeline.test-with-integrations-repo.yml b/.buildkite/pipeline.test-with-integrations-repo.yml index 58d2c3f229..208d75ee85 100644 --- a/.buildkite/pipeline.test-with-integrations-repo.yml +++ b/.buildkite/pipeline.test-with-integrations-repo.yml @@ -1,5 +1,5 @@ env: - SETUP_GVM_VERSION: 'v0.5.1' # https://github.com/andrewkroh/gvm/issues/44#issuecomment-1013231151 + SETUP_GVM_VERSION: 'v0.6.0' # https://github.com/andrewkroh/gvm/issues/44#issuecomment-1013231151 GH_CLI_VERSION: "2.29.0" JQ_VERSION: "1.7" # Agent images used in pipeline steps diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 83aedb4fb4..6bb1b2b376 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,5 +1,5 @@ env: - SETUP_GVM_VERSION: 'v0.5.2' # https://github.com/andrewkroh/gvm/issues/44#issuecomment-1013231151 + SETUP_GVM_VERSION: 'v0.6.0' # https://github.com/andrewkroh/gvm/issues/44#issuecomment-1013231151 DOCKER_COMPOSE_VERSION: "v2.24.1" DOCKER_VERSION: "26.1.2" KIND_VERSION: 'v0.27.0'