Skip to content

Commit

Permalink
Update go to fix mariner builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwang0 committed Aug 16, 2023
1 parent 3932864 commit cefe1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,10 @@ case "$OS:$ARCH" in
apt-get install -y \
cmake curl gcc g++ git jq make pkg-config \
libclang1 libssl-dev llvm-dev \
cpio genisoimage golang-1.17-go qemu-utils pigz python3-pip python3-distutils rpm tar wget
cpio genisoimage golang-1.19-go qemu-utils pigz python3-pip python3-distutils rpm tar wget

rm -f /usr/bin/go
ln -vs /usr/lib/go-1.17/bin/go /usr/bin/go
ln -vs /usr/lib/go-1.19/bin/go /usr/bin/go
if [ -f /.dockerenv ]; then
mv /.dockerenv /.dockerenv.old
fi
Expand Down

0 comments on commit cefe1d9

Please sign in to comment.