Skip to content

Conversation

@mxpv
Copy link
Owner

@mxpv mxpv commented Aug 28, 2025

  • Update go.mod to use Go 1.25
  • Update CI workflow to use Go 1.25 for build and test jobs
  • Aligns with Dockerfile which already uses Go 1.25

- Update go.mod to use Go 1.25
- Update CI workflow to use Go 1.25 for build and test jobs
- Aligns with Dockerfile which already uses Go 1.25
module github.com/mxpv/podsync

go 1.24
go 1.25
Copy link
Contributor

Choose a reason for hiding this comment

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

Critical Issue: Go 1.25 does not exist yet. The latest stable Go version as of August 2024 is Go 1.23.x. Go versions follow a 6-month release cycle (February and August), so Go 1.24 would be expected in February 2025, and Go 1.25 would not be available until August 2025.

This change will break CI/CD and any local development environments. Please revert to a valid Go version like go 1.23 or keep the existing go 1.24 if it was working previously.

Repository owner deleted a comment from claude bot Aug 28, 2025
@mxpv mxpv merged commit 189e807 into main Aug 28, 2025
17 of 18 checks passed
@mxpv mxpv deleted the update-go-1.25 branch August 28, 2025 20:59
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