Skip to content

Commit

Permalink
Merge pull request #152 from cevich/only_go1.18
Browse files Browse the repository at this point in the history
[CI:DOCS] Support only golang 1.18
  • Loading branch information
cevich authored Jul 20, 2022
2 parents aca9037 + cbc2fae commit f062d4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cache_images/ubuntu_packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,11 @@ echo "Configuring Go environment"
# a symlink is the appropriate way to "install" a specific version system-wide.
#
# Add upstream golang for perf issues
curl -s -L https://golang.org/dl/go1.17.3.linux-amd64.tar.gz | \
curl -s -L https://golang.org/dl/go1.18.4.linux-amd64.tar.gz | \
$SUDO tar xzf - -C /usr/local/
# Now linking to upstream golang until ubuntu performance issues are resolved
$SUDO ln -sf /usr/local/go/bin/* /usr/bin/
/usr/bin/go version # make sure it can run

chmod +x $SCRIPT_DIRPATH/podman_tooling.sh
$SUDO bash $SCRIPT_DIRPATH/podman_tooling.sh

0 comments on commit f062d4a

Please sign in to comment.