You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/02/05 22:55:31 UTC

[GitHub] [trafficcontrol] jba opened a new issue #4380: getting newer versions to appear on pkg.go.dev

jba opened a new issue #4380: getting newer versions to appear on pkg.go.dev
URL: https://github.com/apache/trafficcontrol/issues/4380
 
 
   This is the pkg.go.dev team responding to the feedback left today, which reads:
   
   > Note the "Published: Jun 30, 2015". Our master branch gets updates nearly daily, making this page nearly 5 years out-of-date. We also have published releases, the most recent stable release being last October. Not sure which you try to use.
   
   The Go module system recognizes module versions by semantic version tags on the repo, as described in the [go command doc](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) and [this blog post](https://research.swtch.com/vgo-module). We look at those tags (indirectly, via the [module proxy index](https://index.golang.org)), and we consider the latest one to be the highest (in the semver sense) "release" tag. A release tag is of the form vX.Y.Z. If there is a higher prerelease tag (vX.Y.Z-blahblah) or [pseudo-version](https://golang.org/cmd/go/#hdr-Pseudo_versions), we remember it but don't consider it "latest."
   
   So by our definition, the latest version of your repo is v1.1.3, published June 30, 2015.
   
   If you were to tag your current master v1.1.4, then fetch it through the proxy using `go get`, we would soon update our page.
   
   Hope this helps.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [trafficcontrol] ocket8888 commented on issue #4380: getting newer versions to appear on pkg.go.dev

Posted by GitBox <gi...@apache.org>.
ocket8888 commented on issue #4380: getting newer versions to appear on pkg.go.dev
URL: https://github.com/apache/trafficcontrol/issues/4380#issuecomment-582665228
 
 
   Well our project neither now is nor ever was a go *module*, nor does consist even in part of go modules. There has been talk of using the go module system, but one of our dependencies has issues with the newer versions of Go that support modules, so we can't at this time. We likely won't change the tag naming scheme until such time that it becomes necessary (that is, when we switch to the Go module system).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services