bump go version #49

Merged
OCram85 merged 1 commits from gover into master 2023-07-19 09:14:53 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ function instDotNet() {
function instGoLang() {
if [[ -z "$1" ]]; then
GOVERSION="1.19.3"
GOVERSION="1.20.6"
else
GOVERSION="$1"
fi