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