Skip to content

Conversation

@vigo
Copy link
Owner

@vigo vigo commented Jan 5, 2026

No description provided.

@vigo vigo merged commit 4c895db into main Jan 5, 2026
3 checks passed
@vigo vigo deleted the upgrade branch January 5, 2026 14:39
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 337471c38f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

module github.com/vigo/statoo/v2

go 1.21
go 1.25.5

Choose a reason for hiding this comment

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

P1 Badge go directive points to unavailable toolchain

The go.mod now declares go 1.25.5, which forces the Go toolchain to download that exact release when run with Go’s auto toolchain mode. That version is not present in the base environment, and even a simple go env now fails with a download go1.25.5 ... Forbidden error, blocking any build or test. Please pin the go directive to a released toolchain that is actually available (or provide the toolchain locally) to keep the project buildable.

Useful? React with 👍 / 👎.

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