Snapd can no longer be imported as a Go module
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Fix Released
|
High
|
Burak Ates |
Bug Description
The new ubuntu-image uses snapd as a go module. Somewhere between snapd versions 2.52 and 2.53 an error appeared when trying to import snapd as a Go module:
go: <email address hidden>: verifying go.mod: <email address hidden>/go.mod: reading https://<email address hidden>: 410 Gone
server response:
not found: create zip: tests/completio
[Truncated: too long.]
go: downloading github.
go: <email address hidden>: verifying go.mod: <email address hidden>/go.mod: reading https://<email address hidden>: 410 Gone
server response:
not found: create zip: tests/completio
[Truncated: too long.]
We're using a git meta-version From Aug 24 2021 for now, but when we need to pull in newer code from snapd at some point this will need to be fixed.
Changed in snappy: | |
importance: | Undecided → Critical |
Changed in snappy: | |
status: | New → Confirmed |
Changed in snapd: | |
assignee: | nobody → Burak Ates (atesburak) |
status: | New → Confirmed |
importance: | Undecided → High |
no longer affects: | snappy |
Changed in snapd: | |
milestone: | none → 2.54 |
status: | Fix Committed → Fix Released |
This is currently blocking the addition of the --validation flag in the Go version of ubuntu-image.