You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2021/08/04 16:12:05 UTC

[GitHub] [thrift] fishy commented on a change in pull request #2431: THRIFT-5447: Update supported Go versions

fishy commented on a change in pull request #2431:
URL: https://github.com/apache/thrift/pull/2431#discussion_r682762182



##########
File path: test/go/genmock.sh
##########
@@ -4,7 +4,6 @@ set -e
 
 export GOPATH=$(mktemp -d -t gopath-XXXXXXXXXX)
 
-# TODO: Once we dropped support to go 1.15, add "@v1.5.0" suffix to go install

Review comment:
       NOTE: I removed this TODO because I realized that without "@v1.5.0", `go install` will actually pick the version according to `go.mod`, which is better because we don't need to keep the two versions in sync.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org