Update the minimum supported Go version to 1.18
Closes #114 (closed)
Steps:
- Updated go version in tests
- Updated the minimal supported go version in go.mod
go mod edit -go=1.18-
go get -uwhich updated the go mod dependencies
Edited by Changzheng Liu