cloudspannerecosystem / yo

yo is a command-line tool to generate Go code for Google Cloud Spanner.
MIT License
312 stars 50 forks source link

Check go mod #102

Closed shuheiktgw closed 2 years ago

shuheiktgw commented 2 years ago

I noticed that "go mod tidy" generated some diffs, so I resolved them. To prevent the same problem happens again, I've added the "go_mod_check" job to the CI. Also, I've updated the minimum Go version for v1 to 1.18 to align it with v2.