OBS Source Service to download, verify and vendor Go module dependency sources
Using go.mod and go.sum distributed with a Go application, the obs-service-go_modules service calls go mod download, go mod verify and go mod vendor. The service then creates vendor.tar.gz containing the vendor/ directory populated by go mod vendor, allowing Go application package builds without network access during the build stage.
- Developed at devel:languages:go
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:rguenther:plgrnd/obs-service-go_modules && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000681 681 Bytes | |
_servicedata | 0000000248 248 Bytes | |
obs-service-go_modules-0.6.4.tar.gz | 0000015874 15.5 KB | |
obs-service-go_modules.changes | 0000007804 7.62 KB | |
obs-service-go_modules.spec | 0000002966 2.9 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1183516
from
Jeff Kowalczyk (jfkw)
(revision 11)
- Update go toolchain to Requires: golang(API) >= 1.22 * Recent go toolchain versions enforce use of the minimum toolchain version specified in go.mod * Minimum toolchain requirements are in effect for go commands as well as unit compilation * Users running a version older than specified may see error: go: go.mod requires go >= 1.22 (running go 1.21.10; GOTOOLCHAIN=local) * This package and others which call go toolchain commands will need timely updates to the latest version * Reported by Sheng Huang (psheng) * Closes https://github.com/openSUSE/obs-service-go_modules/issues/49 (forwarded request 1183515 from jfkw)
Comments 0