From 475d82bdb847acfe2c188216a586abb95db32488 Mon Sep 17 00:00:00 2001 From: devon Date: Mon, 24 Oct 2022 11:04:27 +0800 Subject: [PATCH] update goreleaser-cross to 1.19.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57b0994..b6369e6 100644 --- a/Makefile +++ b/Makefile @@ -210,7 +210,7 @@ update-swagger-docs: proto-swagger-gen statik ############################################################################### PACKAGE_NAME:=github.com/pundix/pundix -GOLANG_CROSS_VERSION = v1.18 +GOLANG_CROSS_VERSION = v1.19.2 GOPATH ?= '$(HOME)/go' release-dry-run: docker run \