summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2021-08-04 09:07:53 -0700
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2021-08-19 14:09:24 -0700
commita265236febefca37d3aa74b544112a2f724b3ea8 (patch)
treeb61defe9815e93ae473322b0dd66db4a65a9da87 /go.mod
parenta142709baeda76c2a76b21e0ae2b4aa0dff5132a (diff)
downloadthrift-a265236febefca37d3aa74b544112a2f724b3ea8.tar.gz
THRIFT-5447: Update supported Go versions
Client: go Update go versions used in travis to 1.16.7 and 1.17, update LANGUAGES.md, and update go's README to clarify on support policy. This change will be cherry-picked into 0.15.0 branch after merged.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 474ec99be..d620e5e32 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
module github.com/apache/thrift
-go 1.15
+go 1.16
require github.com/golang/mock v1.5.0