bump DefaultCloneImage version to v1.6.0

This commit is contained in:
6543 2022-10-13 16:50:32 +02:00
parent 86bc8b46ed
commit 47e212fd5e
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE

View file

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