Skip to content

fix(go/eks): bump kubectlv34 to v2.2.1 to resolve build failure#1249

Merged
kaiz-io merged 4 commits intomainfrom
fix/go-eks-134-kubectlv34
Apr 4, 2026
Merged

fix(go/eks): bump kubectlv34 to v2.2.1 to resolve build failure#1249
kaiz-io merged 4 commits intomainfrom
fix/go-eks-134-kubectlv34

Conversation

@kaiz-io
Copy link
Copy Markdown
Contributor

@kaiz-io kaiz-io commented Apr 4, 2026

Builds on #1234 by @guessi (Go EKS 1.34 upgrade).

kubectlv34/v2@v2.0.0 has broken Go codegen that references the removed awscdk.ResourceEnvironment type, causing a build failure:

duplicate method Env
undefined: awscdk.ResourceEnvironment

v2.2.1 fixes this by using interfaces.ResourceEnvironment instead.

Changes

  • Bump kubectlv34 from v2.0.0 to v2.2.1 in both go/eks/cluster and go/eks/cluster-graviton
  • go mod tidy to update transitive deps

Testing

  • go build ./... passes for both modules
  • go test ./... passes for both modules

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kaiz-io kaiz-io merged commit 345c91c into main Apr 4, 2026
9 checks passed
@kaiz-io kaiz-io deleted the fix/go-eks-134-kubectlv34 branch April 4, 2026 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants