From 4e38a55c316c4e8b956b98979628e7dee2e56022 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 30 Aug 2022 22:28:33 +0200 Subject: [PATCH] bump DefaultCloneImage version to v1.4.0 --- shared/constant/constant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/constant/constant.go b/shared/constant/constant.go index 8c760408c..1411f3fe9 100644 --- a/shared/constant/constant.go +++ b/shared/constant/constant.go @@ -23,5 +23,5 @@ var PrivilegedPlugins = []string{ } const ( - DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:v1.3.0" + DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:v1.4.0" )