Require go 1.14
A dependency of ours now requires 1.14, let's be more explicit ourselves ../../go/pkg/mod/github.com/lucas-clemente/quic-go@v0.15.2/interface.go:54:2: duplicate method StreamID ../../go/pkg/mod/github.com/lucas-clemente/quic-go@v0.15.2/stream.go:44:2: duplicate method StreamID note: module requires Go 1.14
Peter Rabbitson committed
Mar 12, 2020 at 04:25 UTC
0819fe6f4a37235cd33dd1cba78e8d4b1d146c3c
1 file changed
+1
-1
mk/golang.mk
+1
-1
@@ -1,5 +1,5 @@
1
# golang utilities
2
-GO_MIN_VERSION = 1.13
2
+GO_MIN_VERSION = 1.14
3
export GO111MODULE=on
4
5