We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52df11 commit 9568450Copy full SHA for 9568450
2 files changed
.github/workflows/helm-oci-package-ghcr.yaml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0
29
fetch-tags: true
30
- name: Install Helm
31
- uses: azure/setup-helm@v4
+ uses: azure/setup-helm@v5
32
- name: Lint Helm Chart
33
run: helm lint charts/kvm-node-agent
34
- name: Package Helm Chart
.golangci.yaml
@@ -132,6 +132,8 @@ linters:
132
- github.com/mdlayher/arp
133
# for github.com/sapcc/vpa_butler
134
- k8s.io/client-go
135
+ # for github.com/sapcc/keppel et al
136
+ - github.com/go-gorp/gorp/v3
137
toolchain-forbidden: true
138
go-version-pattern: 1\.\d+(\.0)?$
139
gosec:
0 commit comments