Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Fix go 1.22 caching #289

Merged
merged 1 commit into from
Apr 24, 2024

Commits on Apr 24, 2024

  1. ci: Fix go 1.22 caching

    switch off of `go-version-file` in the Github Actions, because it doesn't work great with the new `go mod tidy` format that go 1.22 does. See:
    
    * [Improve toolchain handling actions/setup-go#460](actions/setup-go#460)
    * [More specific handling/detection of Go toolchain versions actions/setup-go#457](actions/setup-go#457)
    vincenthsh committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6514409 View commit details
    Browse the repository at this point in the history