From 14522b2f6a0ff4c6c6ac2a151f5694e0a0cea123 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 6 Jan 2021 16:09:44 +0100 Subject: [PATCH] Update to Go 1.15.6 for builds Signed-off-by: Evan Lezar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2fb4c26..73e9122 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LIB_VERSION := 3.4.0 PKG_REV := 1 TOOLKIT_VERSION := 1.3.0 -GOLANG_VERSION := 1.10.3 +GOLANG_VERSION := 1.15.6 # Supported OSs by architecture AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9 -- GitLab