Skip to content

Commit 9568450

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent d52df11 commit 9568450

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/helm-oci-package-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
fetch-tags: true
3030
- name: Install Helm
31-
uses: azure/setup-helm@v4
31+
uses: azure/setup-helm@v5
3232
- name: Lint Helm Chart
3333
run: helm lint charts/kvm-node-agent
3434
- name: Package Helm Chart

.golangci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ linters:
132132
- github.com/mdlayher/arp
133133
# for github.com/sapcc/vpa_butler
134134
- k8s.io/client-go
135+
# for github.com/sapcc/keppel et al
136+
- github.com/go-gorp/gorp/v3
135137
toolchain-forbidden: true
136138
go-version-pattern: 1\.\d+(\.0)?$
137139
gosec:

0 commit comments

Comments
 (0)