From d796e2096055f61682716a495cf4356c8316a919 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 07:46:46 +0100 Subject: [PATCH] Bump golang version to 1.23.3 (#364) 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 df77793..85eee4e 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.2 +GOLANG_VERSION ?= 1.23.3 build_osx: go mod download