From 6905e8c09cf91b51a34fa85afb3a1e834c008c15 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 14 Aug 2023 19:33:45 +0400 Subject: [PATCH] cri-tools: revbump for go 1.21 --- srcpkgs/cri-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cri-tools/template b/srcpkgs/cri-tools/template index 7ef574dec08..f402cbd770d 100644 --- a/srcpkgs/cri-tools/template +++ b/srcpkgs/cri-tools/template @@ -1,7 +1,7 @@ # Template file for 'cri-tools' pkgname=cri-tools version=1.22.0 -revision=2 +revision=3 build_style=go go_import_path=github.com/kubernetes-sigs/cri-tools short_desc="CLI and validation tools for Kubelet Container Runtime Interface (CRI)"