bump golang version #80

Merged
OCram85 merged 1 commits from bump/golang into master 2023-12-16 13:25:53 +01:00
1 changed files with 1 additions and 1 deletions

View File

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