From e5d32f781fbec407b5fe6dd790baf60c67171aaf Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:05:44 +0200 Subject: [PATCH] Bump golang version to 1.23.1 (#361) 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 4763a5c..6514a6c 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.23.0 +GOLANG_VERSION ?= 1.23.1 build_osx: go mod download