From d63ee8b00ee0236d5e55a15bae28ad1d0a36ee8b Mon Sep 17 00:00:00 2001
From: Mirco <mirco.zachmann@meissa.de>
Date: Wed, 5 Feb 2025 11:15:49 +0100
Subject: [PATCH] [skip ci] call installgo() method

---
 .../provs/desktop/domain/DesktopService.kt                      | 1 +
 src/main/resources/version.txt                                  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt
index f607ea1..9593809 100644
--- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt
+++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt
@@ -162,6 +162,7 @@ fun Prov.provisionIdeDesktop() {
     installDevOps()
     provisionPython()
     installHugoByDeb()
+    installGo()
 
     // IDEs
     installIntelliJ()
diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt
index 1c47306..aab6b3d 100644
--- a/src/main/resources/version.txt
+++ b/src/main/resources/version.txt
@@ -1 +1 @@
-0.39.8-SNAPSHOT
\ No newline at end of file
+0.39.9-SNAPSHOT
\ No newline at end of file