Hello, 

Hit a small snag while using Go 1.14. 
Running go1.14beta1 build main.go on our project, github.com/rancher/rio 
results in  

go: github.com/StrongMonkey/linkerd2@v0.0.0-20191021165729-976fad67457a: 
parsing go.mod: go.mod:3: usage: go 1.23

It looks like we are hitting https://github.com/golang/go/issues/36319 but 
the go.mod file in the fork seems to require 1.12.9 which makes me think it 
is a different issue. 

https://github.com/StrongMonkey/linkerd2/blob/webhook/go.mod

I wasn't sure if this rose the level of being an actual bug or just 
incorrect usage of the go.mod file. This does not happen with Go 1.13.4 

Please let me know if this isn't the right place to post this. 



On Wednesday, February 5, 2020 at 12:43:47 PM UTC-7, Carlos Amedee wrote:
>
> Hello gophers,
>
> We have just released go1.14rc1, a release candidate version of Go 1.14.
> It is cut from release-branch.go1.14 at the revision tagged go1.14rc1.
>
> Please try your production load tests and unit tests with the new version.
> Your help testing these pre-release versions is invaluable.
>
> Report any problems using the issue tracker:
> https://golang.org/issue/new
>
> If you have Go installed already, the easiest way to try go1.14rc1
> is by using the go command:
> $ go get golang.org/dl/go1.14rc1
> $ go1.14rc1 download
>
> You can download binary and source distributions from the usual place:
> https://golang.org/dl/#go1.14rc1
>
> To find out what has changed in Go 1.14, read the draft release notes:
> https://tip.golang.org/doc/go1.14
>
> Cheers,
> Carlos and Dmitri on behalf of the Go team
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/0725f9cd-1029-4391-969f-dba70c2bb4d8%40googlegroups.com.

Reply via email to