Merge branch 'master' into add/bun
ci/woodpecker/pr/ci Pipeline was successful Details

This commit is contained in:
OCram85 2023-12-16 13:26:07 +01:00
commit 0dbd2555a4
1 changed files with 1 additions and 1 deletions

View File

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