summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2020-08-11 13:36:13 +0000
committerNick Thomas <nick@gitlab.com>2020-08-11 13:36:13 +0000
commit4b1ee791a1bdc927becee37ae84f7ba226d17791 (patch)
treee88382e8a89973c7d358d6e97b99a7d146d10821
parent2fdcd175ce7a8aa0a93aa41f47f55d39824adc13 (diff)
parent8ad43a021fd408d2150039f80528cb1a633f86b4 (diff)
downloadgitlab-shell-4b1ee791a1bdc927becee37ae84f7ba226d17791.tar.gz
Merge branch 'patch-2' into 'master'
Specify more recent go version in go.mod See merge request gitlab-org/gitlab-shell!405
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0f70349..2ca6967 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module gitlab.com/gitlab-org/gitlab-shell
-go 1.12
+go 1.13
require (
github.com/mattn/go-shellwords v0.0.0-20190425161501-2444a32a19f4