From f92864dc1f634db5690558035c793e33bfe1f7de Mon Sep 17 00:00:00 2001
From: Elke Kreim <elke.kreim@hs-hannover.de>
Date: Thu, 9 Jan 2025 15:29:28 +0100
Subject: [PATCH] Raised version of golang to 1.23

---
 hsh-custom-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hsh-custom-build.sh b/hsh-custom-build.sh
index 48dd37c..dbe9a73 100755
--- a/hsh-custom-build.sh
+++ b/hsh-custom-build.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # We need Go 1.13 for this to compile properly
-docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.20 bash -c './buildweb.sh'
+docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.23 bash -c './buildweb.sh'
 
 # Build container with custom added version 2024072400
 ./buildimage.sh 2024072400
-- 
GitLab