From b1671e68d68a06a70ee5922976ce7ce3dc4c697c Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 17 Jan 2025 06:28:19 +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 56e83ad..191771b 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.4 +GOLANG_VERSION ?= 1.23.5 build_osx: go mod download