Merge branch 'add/bun' of https://gitea.ocram85.com/CodeServer/arkanum into add/bun
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
OCram85 2023-12-16 15:26:23 +01:00
commit cf271ce2af

View File

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