Skip to content

Commit 0aba444

Browse files
committed
Pin version
1 parent fc83b36 commit 0aba444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run kubeconform
2929
shell: bash
3030
run: |
31-
go install github.com/yannh/kubeconform/cmd/kubeconform@latest
31+
go install github.com/yannh/kubeconform/cmd/kubeconform@v0.6.7
3232
helm template charts/qdrant-kubernetes-api | kubeconform --summary -output pretty -schema-location default -schema-location "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/{{.NormalizedKubernetesVersion}}/{{.ResourceKind}}.json"
3333
3434
- name: Check Go Formatting

0 commit comments

Comments
 (0)