yoheimuta / go-protoparser

Yet another Go package which parses a Protocol Buffer file (proto2+proto3)
MIT License
179 stars 20 forks source link

chore: Update go version to v1.18.1 #73

Closed yoheimuta closed 2 years ago

yoheimuta commented 2 years ago

ref. https://app.circleci.com/pipelines/github/yoheimuta/go-protoparser/183/workflows/a14f9479-57e3-4733-b9d7-9c75081011b9/jobs/303

 golang.org/x/sys/execabs
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220502124256-b6088ccd6cba/execabs/execabs_go119.go:11:6: isGo119ErrDot redeclared in this block
    previous declaration at /go/pkg/mod/golang.org/x/sys@v0.0.0-20220502124256-b6088ccd6cba/execabs/execabs_go118.go:9:31
note: module requires Go 1.17
make: *** [Makefile:34: dev/install/dep] Error 2

Exited with code exit status 2