Skip to content

Commit

Permalink
Merge 0a52aa1 into 46e817d
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmaetz committed Apr 2, 2024
2 parents 46e817d + 0a52aa1 commit 0ecc380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -ex

(
cd /tmp
wget -q "https://storage.googleapis.com/golang/go1.19.8.linux-${arch}.tar.gz" -O go.tar.gz
wget -q "https://storage.googleapis.com/golang/go1.22.1.linux-${arch}.tar.gz" -O go.tar.gz
tar -xf go.tar.gz
mv go /usr/local
ln -s /usr/local/go/bin/go /usr/bin/go
Expand Down

0 comments on commit 0ecc380

Please sign in to comment.