← Back to issue list

ci: fix go_use test

View original Github issue

Metadata

Project
craft-parts
Number
#1455
Type
pull request
State
merged
Author
smethnani
Labels
Created
Updated
Closed

Current evaluation

Merged fix for failing go_use tests caused by CI runners using Go 1.24 while the sys dependency required 1.25+. Pins the sys source tag to maintain Go 1.24 compatibility. Passed all CI checks and approvals.

Suggested action:

No scores available.

Issue body

- [x] Have you followed the guidelines for contributing? - [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)? - [x] Have you successfully run `make lint && make test`? - [x] Have you added an entry to the changelog (`docs/reference/changelog.rst`)? --- The `sys` parts in the go-use integration tests point to `go.googlesource.com/sys` which now requires go >= 1.25. The runners have go 1.24 so the test is failing. This PR pins the source-tag for the `sys` parts to allow building with go 1.24

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged fix for failing go_use tests caused by CI runners using Go 1.24 while the sys dependency required 1.25+. Pins the sys source tag to maintain Go 1.24 compatibility. Passed all CI checks and approvals.
qwen3.6-35b-a3b-mtp-q6 Merged fix for CI go_use test failure. Pinned sys source-tag to maintain compatibility with Go 1.24 on CI runners, resolving build errors caused by upstream requirements for Go 1.25.

Update history

No update history recorded yet.

Related issues

No related issues found above the similarity threshold.