From 0f39c0e897acb562feae95b1ca07f8d92bd5a27e Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 17 Jan 2024 00:07:05 +0200 Subject: [PATCH] snap/local/Makefile: update Go builder from Go1.21.5 to Go1.21.6 --- snap/local/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/local/Makefile b/snap/local/Makefile index 2fe61267b..8806f90fc 100644 --- a/snap/local/Makefile +++ b/snap/local/Makefile @@ -1,4 +1,4 @@ -GO_VERSION ?= 1.21.5 +GO_VERSION ?= 1.21.6 SNAP_BUILDER_IMAGE := local/snap-builder:2.0.0-$(shell echo $(GO_VERSION) | tr :/ __)