From bbed376e1fc81afeacc88357680099d8f5450c9b Mon Sep 17 00:00:00 2001
From: "Alexander A. Klimov" <alexander.klimov@icinga.com>
Date: Mon, 28 Mar 2022 17:03:20 +0000
Subject: [PATCH] icinga-provide-go: upgrade to Go 1.18

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

diff --git a/icinga-provide-go b/icinga-provide-go
index 55304fe..cdc141d 100755
--- a/icinga-provide-go
+++ b/icinga-provide-go
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION_GO="1.16.5"
+VERSION_GO="1.18"
 ARCH_GO="${1:-amd64}"
 
 set -ex
-- 
GitLab