Skip to content

Commit

Permalink
Merge pull request #260 from vespa-engine/toregge/pin-crane-version
Browse files Browse the repository at this point in the history
Pin crane version, latest crane requires go 1.23.0 or newer.
  • Loading branch information
toregge authored Jan 20, 2025
2 parents b978d95 + b489fdd commit d042845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/almalinux-8/include/install-build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fi
chmod 755 /usr/local/bin/kubectl

# Install crane for image management
GOPATH=/usr/local go install github.com/google/go-containerregistry/cmd/crane@latest
GOPATH=/usr/local go install github.com/google/go-containerregistry/cmd/crane@v0.20.2

# Install siad for Buildkite provider
ATHENZ_VERSION="1.11.65"
Expand Down

0 comments on commit d042845

Please sign in to comment.