I was trying out Go modules and find out that If I specify 1.15.4 instead of 1.15 my build failed with the following error:
invalid go version '1.15.4': must match format 1.23
I referred to this documentation https://golang.org/ref/mod#go-mod-file-go. I think it will be better If we also recommend not to use the minor version or give examples of the wrong values for better understanding.
I was trying out
Gomodules and find out that If I specify1.15.4instead of1.15my build failed with the following error:I referred to this documentation https://golang.org/ref/mod#go-mod-file-go. I think it will be better If we also recommend not to use the minor version or give examples of the wrong values for better understanding.