diff options
author | feistel <6742251-feistel@users.noreply.gitlab.com> | 2021-08-19 01:52:54 +0000 |
---|---|---|
committer | feistel <6742251-feistel@users.noreply.gitlab.com> | 2021-08-19 01:52:54 +0000 |
commit | c56e8a2c279ea24bfe9f2414ba46544d6c44d51e (patch) | |
tree | 821046a1845c525d9d1165474284c0c691eabf04 /go.mod | |
parent | 121b28daf2043f3f8619db69bbff03b5eb59eef2 (diff) | |
download | gitlab-shell-c56e8a2c279ea24bfe9f2414ba46544d6c44d51e.tar.gz |
build: bump go version to 1.16
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.15 +go 1.16 require ( github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |