Skip to content

Commit 2e8c6c6

Browse files
committed
Move comments, gg Go
1 parent b4ffeb6 commit 2e8c6c6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ module rust/stackable/go-helm-wrapper
22

33
go 1.26.0
44

5+
// We can not bump to helm 4 yet:
6+
// > go.mod:8:2: require helm.sh/helm/v3: version "v4.1.1" invalid: should be v3, not v4
7+
// Related helm 4 issue: https://github.com/stackabletech/issues/issues/814
58
require (
69
github.com/mittwald/go-helm-client v0.12.19
7-
8-
# We can not bump to helm 4 yet:
9-
# > go.mod:8:2: require helm.sh/helm/v3: version "v4.1.1" invalid: should be v3, not v4
10-
# Related helm 4 issue: https://github.com/stackabletech/issues/issues/814
1110
helm.sh/helm/v3 v3.20.0
12-
1311
k8s.io/client-go v0.35.2
1412
)
1513

0 commit comments

Comments
 (0)