Pin prettier version (#3260)

This commit is contained in:
qwerty287 2024-01-22 20:38:47 +01:00 committed by GitHub
parent 791bea8a02
commit 6925afd83b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -83,7 +83,9 @@ steps:
when: *when
prettier:
image: docker.io/woodpeckerci/plugin-prettier:next
image: docker.io/woodpeckerci/plugin-prettier:0.1.0
settings:
version: 3.2.4
when:
- event: pull_request
- event: push

View file

@ -32,7 +32,6 @@ import (
"k8s.io/client-go/informers"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/kubernetes/scheme"
// To authenticate to GCP K8s clusters
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
"k8s.io/client-go/rest"