From 968688f4f6a57ddb2daa2f792f55768ef6ffc5f1 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 9 Aug 2022 12:07:11 +0300 Subject: [PATCH] snap/local/Makefile: upgrade Go builder for snap package from Go1.18.1 to Go1.19.0 --- snap/local/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/local/Makefile b/snap/local/Makefile index ba264a798..0c3e4427e 100644 --- a/snap/local/Makefile +++ b/snap/local/Makefile @@ -1,4 +1,4 @@ -GO_VERSION ?=1.18.1 +GO_VERSION ?=1.19.0 SNAP_BUILDER_IMAGE := local/snap-builder:2.0.0-$(shell echo $(GO_VERSION) | tr :/ __)