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 789e4a5 commit 7210e8aCopy full SHA for 7210e8a
clients/cli/build/config.sh
@@ -4,7 +4,7 @@ set -e
4
wd=$(realpath $(dirname $0)/..)
5
export BUILD_DIR=$(realpath $(dirname $0)/..)
6
pushd $BUILD_DIR > /dev/null
7
-export GOVERSION=${GOVERSION:-1.19}
+export GOVERSION=${GOVERSION:-1.22}
8
export REVISION=${GIT_COMMIT:-$(git rev-parse HEAD)}
9
export LIBRARY_REVISION=$(cat go.sum | grep github.com/phrase/phrase-go | tail -n 1 | cut -d " " -f 2 | cut -d "-" -f 3 | cut -d "+" -f 1)
10
export SOURCE_DATE_EPOCH=$(git log -1 --format=%ct)
0 commit comments