From 733cb2bafb6c899e88e9a0a2646c9268af307c33 Mon Sep 17 00:00:00 2001
From: "Alexander A. Klimov" <alexander.klimov@icinga.com>
Date: Mon, 31 Jan 2022 13:34:37 +0100
Subject: [PATCH] icinga-provide-go: ensure go is working

---
 icinga-provide-go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/icinga-provide-go b/icinga-provide-go
index e6aa283..aeef834 100755
--- a/icinga-provide-go
+++ b/icinga-provide-go
@@ -16,3 +16,5 @@ echo "Deleting Go Binary Archive"
 rm -rf go${VERSION_GO}.linux-amd64.tar.gz
 
 ln -s /usr/local/go/bin/* /usr/local/bin
+
+go version
-- 
GitLab