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

x/net: Add git tag #37677

Closed
itsmontoya opened this issue Mar 5, 2020 · 1 comment
Closed

x/net: Add git tag #37677

itsmontoya opened this issue Mar 5, 2020 · 1 comment

Comments

@itsmontoya
Copy link

itsmontoya commented Mar 5, 2020

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

$ go version
go version go1.14 darwin/amd64

Does this issue reproduce with the latest release?

Yes

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

GO111MODULE=""
GOARCH="amd64"
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GOOS="darwin"
GOPROXY="https://proxy.golang.org,direct"
GOSUMDB="sum.golang.org"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/panda/go/src/github.com/Hatch1fy/boards/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"

What did you do?

Attempted to set proper version for go mod dependencies when importing x/net

What did you expect to see?

Any version, even v0.1.0

What did you see instead?

No version set. Each library has a slightly different variant depending on which timestamp they are using.

@gopherbot gopherbot added this to the Unreleased milestone Mar 5, 2020
@ALTree
Copy link
Member

ALTree commented Mar 5, 2020

Closing as a dup of #21324.

@ALTree ALTree closed this as completed Mar 5, 2020
@golang golang locked and limited conversation to collaborators Mar 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants