Skip to content

Upgrade Go to 1.26.1 and Agones to v1.56.0#64

Merged
danieloliveira079 merged 3 commits intomainfrom
upgrade-go-1.26.1
Mar 26, 2026
Merged

Upgrade Go to 1.26.1 and Agones to v1.56.0#64
danieloliveira079 merged 3 commits intomainfrom
upgrade-go-1.26.1

Conversation

@danieloliveira079
Copy link
Copy Markdown
Contributor

@danieloliveira079 danieloliveira079 commented Mar 26, 2026

Summary

  • Upgrades Go from 1.20 to 1.26.1 (go.mod, Dockerfile, examples/gameserver-http/go.mod)
  • Upgrades GitHub Actions: actions/checkout v2→v4, actions/setup-go v4→v5, removes deprecated actions/cache v2 (caching now handled natively by setup-go)
  • Upgrades agones.dev/agones v1.33.0→v1.56.0
  • Upgrades sigs.k8s.io/controller-runtime v0.15.0→v0.23.3 (required for k8s compatibility)
  • Fixes breaking API changes from controller-runtime upgrade:
    • manager.Options.MetricsBindAddressmanager.Options.Metrics.BindAddress
    • handler.Funcs callbacks now use workqueue.TypedRateLimitingInterface[reconcile.Request]

Test plan

  • CI build passes
  • Docker image builds successfully

🤖 Generated with Claude Code

danieloliveira079 and others added 3 commits March 26, 2026 18:59
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- actions/checkout v2 -> v4
- actions/cache v2 -> removed (setup-go handles caching natively)
- actions/setup-go v4 -> v5

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Upgrades agones.dev/agones v1.33.0 -> v1.56.0
- Upgrades sigs.k8s.io/controller-runtime v0.15.0 -> v0.23.3 (required for k8s compatibility)
- Fixes breaking API changes: MetricsBindAddress -> Metrics.BindAddress
- Fixes handler.Funcs to use TypedRateLimitingInterface[reconcile.Request]
- Updates all transitive k8s.io/* dependencies

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@danieloliveira079 danieloliveira079 changed the title Upgrade Go version to 1.26.1 Upgrade Go to 1.26.1 and Agones to v1.56.0 Mar 26, 2026
@danieloliveira079 danieloliveira079 merged commit c611c46 into main Mar 26, 2026
1 check passed
@danieloliveira079 danieloliveira079 deleted the upgrade-go-1.26.1 branch March 26, 2026 19:06
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.

1 participant