From 8b90e3f9c063d1a8708c77a3653a6cf6db6051eb Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 13 Dec 2024 15:22:11 +0100 Subject: [PATCH] =?UTF-8?q?vfkit:=E2=80=AFUse=200.6.0=20binary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The go module was update to 0.6.0 but podman is still installing an older binary. This is not really a problem, but better to use the latest version. Signed-off-by: Christophe Fergeau --- contrib/pkginstaller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index c62ff26926..5540edca28 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -7,7 +7,7 @@ else GOARCH:=$(ARCH) endif GVPROXY_VERSION ?= 0.8.1 -VFKIT_VERSION ?= 0.5.1 +VFKIT_VERSION ?= 0.6.0 KRUNKIT_VERSION ?= 0.1.4 GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned