Skip to content

Commit

Permalink
Fixup go.mod path
Browse files Browse the repository at this point in the history
  • Loading branch information
tobio committed May 16, 2024
1 parent bdb9a81 commit d9ca3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

echo "--- Golang version:"
export GO_VERSION=$(grep -e '^go' "../go.mod" | cut -f 2 -d ' ')
export GO_VERSION=1.22
echo "${GO_VERSION}"

RELEASE_VAULT_PATH=kv/ci-shared/terraform-providers
Expand Down

0 comments on commit d9ca3e4

Please sign in to comment.