diff options
author | feistel <6742251-feistel@users.noreply.gitlab.com> | 2021-08-11 17:00:00 +0000 |
---|---|---|
committer | feistel <6742251-feistel@users.noreply.gitlab.com> | 2021-08-11 17:00:00 +0000 |
commit | 05e7c886103c6d4ca74a13e4edf1341d78229a4d (patch) | |
tree | 9645320f8a51a1cb0604db89e9f2c00603ffaee4 /go.mod | |
parent | 7b44ce1d4a0716d27acabb4f826eb5613dade082 (diff) | |
download | gitlab-shell-05e7c886103c6d4ca74a13e4edf1341d78229a4d.tar.gz |
build: bump go to 1.15
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |