Update golang to 1.19

This commit is contained in:
ViViDboarder 2023-01-25 16:02:55 -08:00
parent 2c7dc587b3
commit 4c5c3fd235
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Installs golang from the web
version="1.18"
version="1.19"
ARCH=$(uname -m)
if [ "$ARCH" = "x86_64" ]; then
ARCH=amd64