Skip to content

(chore): bump go version 1.26.4 - #2258

Closed
manav2401 wants to merge 1 commit into
developfrom
manav/go-bump
Closed

(chore): bump go version 1.26.4#2258
manav2401 wants to merge 1 commit into
developfrom
manav/go-bump

Conversation

@manav2401

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 4, 2026 12:29

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@sonarqubecloud

sonarqubecloud Bot commented Jun 4, 2026

Copy link
Copy Markdown

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

This PR updates the repository’s Go toolchain version to 1.26.4 and aligns the Docker build images and lint configuration accordingly. It also refreshes a few golang.org/x/* indirect dependencies within the cmd/keeper submodule (likely as a result of running module maintenance under the new toolchain).

Changes:

  • Bump go directive from 1.26.31.26.4 in the root module and cmd/keeper submodule.
  • Update builder images in Dockerfile and Dockerfile.alltools to golang:1.26.4-alpine.
  • Update cmd/keeper indirect deps/checksums (golang.org/x/crypto, golang.org/x/sys, golang.org/x/text).

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
go.mod Bumps root module Go version to 1.26.4.
Dockerfile.alltools Updates Go builder image tag to 1.26.4-alpine.
Dockerfile Updates Go builder image tag to 1.26.4-alpine.
cmd/keeper/go.sum Refreshes submodule dependency checksums (includes golang.org/x/* bumps).
cmd/keeper/go.mod Bumps submodule Go version and updates a couple indirect deps.
.golangci.yml Aligns golangci-lint run Go version to 1.26.4.

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

Comment thread go.mod

// Note: Change the go image version in Dockerfile if you change this.
go 1.26.3
go 1.26.4
@codecov

codecov Bot commented Jun 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.42%. Comparing base (706b800) to head (ee6f2b3).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2258      +/-   ##
===========================================
+ Coverage    53.41%   53.42%   +0.01%     
===========================================
  Files          896      896              
  Lines       159713   159713              
===========================================
+ Hits         85314    85332      +18     
+ Misses       69071    69054      -17     
+ Partials      5328     5327       -1     

see 16 files with indirect coverage changes
see 16 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@manav2401 manav2401 closed this Jun 4, 2026
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