summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHamza Anis <hamzaanis9514@gmail.com>2022-10-11 08:47:11 +0500
committerGitHub <noreply@github.com>2022-10-11 11:47:11 +0800
commit32bd0bd950739ca048d10783a7617e317c8b9419 (patch)
tree89e1b74d3b292efe1a7525ab9284eda979a3b3fe /go.mod
parent096a061fee888d9240533a7d2467ded884ad97cb (diff)
downloadthrift-32bd0bd950739ca048d10783a7617e317c8b9419.tar.gz
Bump go version to 1.9.2 and update hashes (#2701)
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 2d3d1c662..86ded1fcd 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
module github.com/apache/thrift
-go 1.18
+go 1.19.2
require github.com/golang/mock v1.5.0