Skip to content

Commit 4c5d4bb

Browse files
committed
Remove GO_VERSION indirection
1 parent ffa6194 commit 4c5d4bb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.buildkite/hooks/pre-command

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
set -euo pipefail
44

5-
echo "--- Golang version:"
6-
export GO_VERSION=1.22
7-
echo "${GO_VERSION}"
8-
95
RELEASE_VAULT_PATH=kv/ci-shared/terraform-providers
106

117
if [[ "$BUILDKITE_PIPELINE_SLUG" == "terraform-provider-elasticstack-release" ]]; then

.buildkite/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- label: Release
33
agents:
4-
image: golang:${GO_VERSION}
4+
image: golang:1.23.1
55
cpu: "8"
66
memory: "8G"
77
command:

0 commit comments

Comments
 (0)