From 5922aabe3d4df5d29e0e4f9165b577f70facbfc4 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 19 Jul 2023 09:14:53 +0200 Subject: [PATCH] bump go version (#49) #### :book: Summary - update go version download #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/49 --- arkanum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkanum b/arkanum index 840feb6..5563540 100755 --- a/arkanum +++ b/arkanum @@ -73,7 +73,7 @@ function instDotNet() { function instGoLang() { if [[ -z "$1" ]]; then - GOVERSION="1.19.3" + GOVERSION="1.20.6" else GOVERSION="$1" fi