Skip to content

Commit 7210e8a

Browse files
authored
fix(CLI): Bump go version (#745)
1 parent 789e4a5 commit 7210e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/cli/build/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
wd=$(realpath $(dirname $0)/..)
55
export BUILD_DIR=$(realpath $(dirname $0)/..)
66
pushd $BUILD_DIR > /dev/null
7-
export GOVERSION=${GOVERSION:-1.19}
7+
export GOVERSION=${GOVERSION:-1.22}
88
export REVISION=${GIT_COMMIT:-$(git rev-parse HEAD)}
99
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)
1010
export SOURCE_DATE_EPOCH=$(git log -1 --format=%ct)

0 commit comments

Comments
 (0)