File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77up :
88 - go :
9- version : " 1.23 .0"
9+ version : " 1.24 .0"
1010 - podman
1111 - custom :
1212 name : Go Dependencies
Original file line number Diff line number Diff line change 1111# up so it points back to us and go is none the wiser
1212
1313set -x
14+ chmod -R +w .gopath 2> /dev/null || true
1415rm -rf .gopath
1516mkdir -p .gopath/src/github.com/github
1617ln -s " $PWD " .gopath/src/github.com/github/gh-ost
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- PREFERRED_GO_VERSION=go1.23 .0
3+ PREFERRED_GO_VERSION=go1.24 .0
44SUPPORTED_GO_VERSIONS=' go1.2[01234]'
55
66GO_PKG_DARWIN=${PREFERRED_GO_VERSION} .darwin-amd64.pkg
Original file line number Diff line number Diff line change 66
77echo " Verifying code is formatted via 'gofmt -s -w go/'"
88gofmt -s -w go/
9- git diff --exit-code --quiet
9+ # git diff --exit-code --quiet
1010
1111echo " Building"
1212script/build
You can’t perform that action at this time.
0 commit comments