[Golang (Go)] FAQs Go Module

FAQs Go Module

must match format 1.23

1
2
$ go mod tidygo: errors parsing go.mod:
go.mod:3: invalid go version '1.18beta1': must match format 1.23
1
2
3
4
// go.mod

- go 1.18beta1
+ go 1.18