From 7be2be2d99cd5a2d65469f273c28eabc7697b178 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 07:56:54 +0200 Subject: [PATCH] Bump golang version to 1.22.6 (#347) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: Update the golang docker image version in the Makefile for eas... ... yvpn Made with ❤️️ by updatecli Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- utils/easyvpn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/easyvpn/Makefile b/utils/easyvpn/Makefile index 6855457..815f83f 100644 --- a/utils/easyvpn/Makefile +++ b/utils/easyvpn/Makefile @@ -1,6 +1,6 @@ .PHONY: build_osx build_windows build_linux init_osx init_linux init_windows -GOLANG_VERSION ?= 1.22.5 +GOLANG_VERSION ?= 1.22.6 build_osx: go mod download