summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas 'Eipi' Eipert <leipert@gitlab.com>2020-08-11 13:36:13 +0000
committerNick Thomas <nick@gitlab.com>2020-08-11 13:36:13 +0000
commit8ad43a021fd408d2150039f80528cb1a633f86b4 (patch)
treee88382e8a89973c7d358d6e97b99a7d146d10821
parent2fdcd175ce7a8aa0a93aa41f47f55d39824adc13 (diff)
downloadgitlab-shell-8ad43a021fd408d2150039f80528cb1a633f86b4.tar.gz
Specify more recent go version in go.mod
-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