Closed
Bug 1561708
Opened 6 years ago
Closed 6 years ago
Include semver in path for clients/client-go
Categories
(Taskcluster :: Services, task)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
Per https://github.com/golang/go/wiki/Modules#semantic-import-versioning, e.g., TC version 14.x.y should have
module github.com/taskcluster/taskcluster/clients/client-go/v14
in go.mod. I don't think any other changes are required (e.g,. moving everything to v14/
).
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dustin
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•