diff --git a/scripts/features/golang.sh b/scripts/features/golang.sh index 80d50bf3f..d09c13cf5 100755 --- a/scripts/features/golang.sh +++ b/scripts/features/golang.sh @@ -22,7 +22,7 @@ chown -Rf $WSL_USER_NAME:$WSL_USER_GROUP /home/$WSL_USER_NAME/.homestead-feature ARCH=$(arch) # Install Golang -golangVersion="1.21.2" +golangVersion="1.21.4" if [[ "$ARCH" == "aarch64" ]]; then wget https://dl.google.com/go/go${golangVersion}.linux-arm64.tar.gz -O golang.tar.gz else