Open jirenius opened 4 months ago
While the code is compatible with go v1.13, the go version in go.mod should be updated to improve go.mod behavior explained here:
https://go.dev/doc/modules/gomod-ref
It should be bumped to 1.20 to match the lowest version built for in .github/workflows/build.yml
.github/workflows/build.yml
Issue
While the code is compatible with go v1.13, the go version in go.mod should be updated to improve go.mod behavior explained here:
https://go.dev/doc/modules/gomod-ref
It should be bumped to 1.20 to match the lowest version built for in
.github/workflows/build.yml