proxy.golang.org: module upgrade not detecting new tag #40170
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes, using latest stable release
What operating system and processor architecture are you using (
go env
)?go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/kevingentile/Library/Caches/go-build"
GOENV="/Users/kevingentile/Library/Application Support/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/kevingentile/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/kevingentile/golinks-daemon/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 -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/gq/3dt_qkm13qj2rpzqqhmdydfw0000gn/T/go-build868196028=/tmp/go-build -gno-record-gcc-switches -fno-common"
What did you do?
What did you expect to see?
Package upgraded to recently pushed tag (from v0.1.0 -> v0.1.1
What did you see instead?
It's worth noting that prior to attempting this upgrade I deleted two invalid tags from the
govice/golinks
repository (v0
andv.0.1.1
)The text was updated successfully, but these errors were encountered: