We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa6194 commit 4c5d4bbCopy full SHA for 4c5d4bb
.buildkite/hooks/pre-command
@@ -2,10 +2,6 @@
2
3
set -euo pipefail
4
5
-echo "--- Golang version:"
6
-export GO_VERSION=1.22
7
-echo "${GO_VERSION}"
8
-
9
RELEASE_VAULT_PATH=kv/ci-shared/terraform-providers
10
11
if [[ "$BUILDKITE_PIPELINE_SLUG" == "terraform-provider-elasticstack-release" ]]; then
.buildkite/release.yml
@@ -1,7 +1,7 @@
1
steps:
- label: Release
agents:
- image: golang:${GO_VERSION}
+ image: golang:1.23.1
cpu: "8"
memory: "8G"
command:
0 commit comments