Skip to content

fix(build): Only two integers are allowed for Go version number in go.mod

dwatteau requested to merge fix/go-mod-remove-minor-version into v4

@apavlov

It seems that Go 1.13 tolerates the extra number, but it will cause failures on later versions.

https://git.canopsis.net/canopsis/canopsis/-/issues/2698#note_86696 https://golang.org/ref/mod#go-mod-file-go

Merge request reports