ci: test against Go 1.24-1.26, matching upstream - #154
Open
davidpavlovschi wants to merge 2 commits into
Open
Conversation
The old matrix (1.18-1.21) fails for environmental reasons on every branch: Go <=1.21 binaries abort with 'missing LC_UUID load command' on current macos-latest runners, and Go <=1.19 cannot parse the 'go 1.24.0' directive in gorm master's tests/go.mod, so the GORM-tests lane dies before running anything. Upstream go-gorm/sqlite tests 1.24-1.26 (their 525c431).
… Dependabot alert)
Collaborator
Author
|
Added one more commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Second follow-up from #152. The current matrix fails on every branch for environmental reasons, visible on #153: Go ≤1.21 binaries abort with
missing LC_UUID load commandon current macos-latest runners, and Go ≤1.19 can't parse thego 1.24.0directive in gorm master'stests/go.mod, so the GORM-tests lane dies in the patch step before running a single test. All ubuntu lanes on #153 pass — the code is fine, the runners moved on.Matches upstream's matrix (their
525c431). Once this lands I'll rebase #153 on it so it gets a fully green run.Refs #152