bump DefaultCloneImage version to v2.0.x

This commit is contained in:
6543 2022-12-23 18:05:15 +01:00
parent 9128c9156d
commit 7651c7311d
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE

View file

@ -15,5 +15,5 @@
package constant
const (
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:v1.6.0"
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.0"
)