godeps spread test: use latest/stable go snap
Metadata
Current evaluation
Merged into master. Updates spread tests to use the latest/stable go snap instead of Xenial's go 1.6, resolving go get failures. Approved by reviewer, passed CI checks, and maintained code coverage.
Suggested action: —
No scores available.
Issue body
`go get` fails with go 1.6 provided in Xenial. Avoid this by
updating the version of go with the go snap.
Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
- [ ] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `./runtests.sh static`?
- [ ] Have you successfully run `./runtests.sh tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged into master. Updates spread tests to use the latest/stable go snap instead of Xenial's go 1.6, resolving go get failures. Approved by reviewer, passed CI checks, and maintained code coverage. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into master. Replaced Go 1.6 in Xenial with the latest/stable Go snap in the godeps spread test, resolving go get failures. Code coverage remained unchanged. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into master. Updated spread tests to use the latest/stable go snap instead of Xenial's go 1.6, resolving go get failures. Code coverage remained unchanged. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2200 tests: add spread suite for godeps plugin | snapcraft | merged | Merged changes move Godeps plugin integration tests to a Spread suite, resolving Launchpad bug #1783833. Approved by one reviewer, passed CI, and updated 12 files. Codecov noted a minor 0.08% coverage decrease. | |
| #1783833 Move Godeps plugin tests to spread | snapcraft (launchpad) | closed | Godeps plugin integration tests were migrated to a Spread suite to improve parallelization and cross-system compatibility. The task was completed and the issue closed as fixed. | |
| #3477 spread tests: pin go for v1 plugin snaps | snapcraft | merged | Merged after approval and passing CI. Pins Go version for v1 plugin snaps in spread tests across 5 files (+21/-7) to standardize test environments. | |
| #2328 godeps plugin: support for bases | snapcraft | merged | Merged. Updated the godeps plugin to prioritize the Go snap and added support for installing golang-go via build-packages on supported bases. Approved, passed CI, and integrated. |