Skip to content

chore: downgrade Go requirement to 1.25.0#2413

Merged
jamietanna merged 1 commit into
mainfrom
chore/go-ver
Jun 18, 2026
Merged

chore: downgrade Go requirement to 1.25.0#2413
jamietanna merged 1 commit into
mainfrom
chore/go-ver

Conversation

@jamietanna

Copy link
Copy Markdown
Member

Instead of a .9 release, which doesn't need to be required for our
use-cases, we can keep it at the minimum setting to reduce unnecessary
Go version bumps across our users.

Instead of a `.9` release, which doesn't need to be required for our
use-cases, we can keep it at the minimum setting to reduce unnecessary
Go version bumps across our users.
@jamietanna jamietanna requested a review from a team as a code owner June 18, 2026 12:52
@jamietanna jamietanna changed the title chore: require 1.25.0 chore: downgrade Go requirement to 1.25.0 Jun 18, 2026
@jamietanna jamietanna added the chore Any maintenance tasks that are regular, not as important to call out in the changelog label Jun 18, 2026
@greptile-apps

greptile-apps Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR lowers the declared Go patch version across the repository modules. The main changes are:

  • Root module go.mod now declares go 1.25.0.
  • Examples module now declares go 1.25.0.
  • Internal test module now declares go 1.25.0.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
go.mod Lowers the root module Go directive from 1.25.9 to 1.25.0; no concrete issue found.
examples/go.mod Lowers the examples module Go directive from 1.25.9 to 1.25.0; no concrete issue found.
internal/test/go.mod Lowers the internal test module Go directive from 1.25.9 to 1.25.0; no concrete issue found.

Reviews (1): Last reviewed commit: "chore: require 1.25.0" | Re-trigger Greptile

@jamietanna jamietanna merged commit 2bf1525 into main Jun 18, 2026
29 checks passed
@jamietanna jamietanna deleted the chore/go-ver branch June 18, 2026 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Any maintenance tasks that are regular, not as important to call out in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant