Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove gopath and specify min go version constraint (#182)
* docs: remove gopath since the project is already go modules based, there is no need to have reference for gopath Signed-off-by: Rui Chen <[email protected]> * build: needs 1.18+ ``` ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/iterator.go:3:17: syntax error: unexpected any, expecting ] ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/iterator.go:8:19: syntax error: unexpected [, expecting comma or ) ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/iterator.go:12:19: syntax error: unexpected [, expecting comma or ) ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/ops.go:10:12: syntax error: unexpected [, expecting comma or ) ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/ops.go:29:12: syntax error: unexpected [, expecting comma or ) ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/ops.go:53:12: syntax error: unexpected [, expecting comma or ) ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/ops.go:70:12: syntax error: unexpected [, expecting comma or ) ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/ops.go:95:12: syntax error: unexpected [, expecting comma or ) ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/ops.go:106:12: syntax error: unexpected [, expecting comma or ) ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/ops.go:117:12: syntax error: unexpected [, expecting comma or ) ../../.asdf/installs/golang/1.17.13/packages/pkg/mod/github.com/zclconf/[email protected]/cty/set/ops.go:117:12: too many errors note: module requires Go 1.18 ``` Signed-off-by: Rui Chen <[email protected]> --------- Signed-off-by: Rui Chen <[email protected]>
- Loading branch information