bump DefaultCloneImage version to v2.0.x

This commit is contained in:
6543
2022-12-23 18:02:07 +01:00
parent fc4af44b43
commit 7f5c3d3191

View File

@@ -32,5 +32,5 @@ var DefaultConfigOrder = [...]string{
}
const (
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:v1.6.0"
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.0"
)