Skip to content

Conversation

lgallard
Copy link
Owner

Summary

  • Fixed Go version from invalid 1.25 to stable 1.23 in test.yml and security.yml workflows
  • Added Renovate configuration to prevent future pre-release Go version suggestions

Changes

  • Updated .github/workflows/test.yml to use Go version 1.23 (was using non-existent 1.25)
  • Updated .github/workflows/security.yml to use Go version 1.23 (was using non-existent 1.25)
  • Enhanced renovate.json with rules to:
    • Ignore unstable golang-version datasource releases
    • Prevent unstable versions for actions/setup-go action
    • Add ignoreUnstable to existing Go datasource rule

Test Plan

  • GitHub Actions tests should now pass with valid Go version
  • Security scans should complete successfully
  • Renovate will no longer suggest pre-release Go versions

@lgallard lgallard merged commit 3e62fb5 into master Aug 17, 2025
38 checks passed
@lgallard lgallard deleted the fix/go-version-1.23 branch August 17, 2025 08:51
@github-actions github-actions bot mentioned this pull request Aug 17, 2025
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