Skip to content

Bump Go to v1.26.4 and update dependencies#4930

Merged
hjiawei merged 1 commit into
tigera:masterfrom
hjiawei:go1.26.4-and-deps
Jun 16, 2026
Merged

Bump Go to v1.26.4 and update dependencies#4930
hjiawei merged 1 commit into
tigera:masterfrom
hjiawei:go1.26.4-and-deps

Conversation

@hjiawei

@hjiawei hjiawei commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Description

Release Note

Bump Go to v1.26.4 and update Kubernetes to v1.36.2.

For PR author

  • Tests for change.
  • If changing pkg/apis/, run make gen-files
  • If changing versions, run make gen-versions

For PR reviewers

A note for code reviewers - all pull requests must have the following:

  • Milestone set according to targeted release.
  • Appropriate labels:
    • kind/bug if this is a bugfix.
    • kind/enhancement if this is a a new feature.
    • enterprise if this PR applies to Calico Enterprise only.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the operator’s build/toolchain configuration to Go 1.26.4 and refreshes a broad set of Go module dependencies (including Helm, Kubernetes, AWS SDK, and testing libraries) to newer versions.

Changes:

  • Bump build toolchain inputs (Go build image tag and Helm CLI version) in the Makefile.
  • Update Go module versions across the root module and the api/ submodule (go directive + dependency bumps).
  • Regenerate go.sum files to reflect the updated module graph.

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Makefile Updates Helm version and build image/version inputs for Go/Kubernetes base.
go.mod Bumps Go version and updates direct/indirect dependency versions (notably k8s, aws-sdk-go-v2, helm).
go.sum Updates dependency checksums for the root module after module upgrades.
api/go.mod Bumps Go version and updates dependencies for the API submodule.
api/go.sum Updates dependency checksums for the API submodule after module upgrades.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod Outdated
Comment thread api/go.mod Outdated
@hjiawei hjiawei force-pushed the go1.26.4-and-deps branch 2 times, most recently from d222f59 to fcb0ac6 Compare June 16, 2026 05:29
@hjiawei hjiawei force-pushed the go1.26.4-and-deps branch from fcb0ac6 to 24b167f Compare June 16, 2026 14:36
@hjiawei hjiawei merged commit 1d920b5 into tigera:master Jun 16, 2026
6 checks passed
@hjiawei hjiawei deleted the go1.26.4-and-deps branch June 16, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants