Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy.golang.org: master stale for github.com/uber/prototool #34632

Closed
myitcv opened this issue Oct 1, 2019 · 5 comments
Closed

proxy.golang.org: master stale for github.com/uber/prototool #34632

myitcv opened this issue Oct 1, 2019 · 5 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@myitcv
Copy link
Member

myitcv commented Oct 1, 2019

What version of Go are you using (go version)?

$ go version
go version devel +843fec1c7d Mon Sep 30 00:45:38 2019 +0000 linux/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/myitcv/.cache/go-build"
GOENV="/home/myitcv/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/tmp/tmp.R2rBwS6opq"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/home/myitcv/gos"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/home/myitcv/gos/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/tmp/tmp.iOHDP8kKqj/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build271662756=/tmp/go-build -gno-record-gcc-switches"

What did you do?

At the time of writing, https://proxy.golang.org/github.com/uber/prototool/@v/master.info returns:

{"Version":"v1.8.1","Time":"2019-06-11T00:54:35Z"}

However the most recent commit to master was 21 days ago:

uber/prototool@7df3b95

What did you expect to see?

The more recent version returned for version master

What did you see instead?

An old version

cc @katiehockman @heschik @hyangah

@myitcv myitcv added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Oct 1, 2019
@hyangah
Copy link
Contributor

hyangah commented Oct 1, 2019

It seems to me the mentioned commit is only on their 'dev' branch. Am I missing something?

@mvdan
Copy link
Member

mvdan commented Oct 1, 2019

I think the confusion here is because usually the HEAD branch is master. Is it possible to do @HEAD?

@myitcv
Copy link
Member Author

myitcv commented Oct 1, 2019

@hyangah goodness, I'd totally missed the fact the default branch for that repo is dev! Thanks for pointing that out.

I'd therefore ask the same question as @mvdan - is there a way we can refer to the default branch, regardless of repository?

@hyangah
Copy link
Contributor

hyangah commented Oct 1, 2019

(edited) Related prior discussion: #29761

@myitcv
Copy link
Member Author

myitcv commented Oct 1, 2019

Thanks for the link. Agree, this isn't exactly the highest priority :) I'll close this based on that previous discussion.

@myitcv myitcv closed this as completed Oct 1, 2019
@golang golang locked and limited conversation to collaborators Sep 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

4 participants