summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-11 17:00:00 +0000
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-11 17:00:00 +0000
commit05e7c886103c6d4ca74a13e4edf1341d78229a4d (patch)
tree9645320f8a51a1cb0604db89e9f2c00603ffaee4 /go.mod
parent7b44ce1d4a0716d27acabb4f826eb5613dade082 (diff)
downloadgitlab-shell-05e7c886103c6d4ca74a13e4edf1341d78229a4d.tar.gz
build: bump go to 1.15
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 7c135f8..dcf9551 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module gitlab.com/gitlab-org/gitlab-shell
-go 1.13
+go 1.15
require (
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0