From 51e9be9205e9628809f07bc7a2f84d8a14ea1b3f Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Sat, 9 Nov 2024 02:32:27 +0000 Subject: [PATCH] chore: Update the golang docker image version in the Makefile for eas... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... yvpn Made with ❤️️ by updatecli --- 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