diff options
author | Lukas 'Eipi' Eipert <leipert@gitlab.com> | 2020-08-10 14:33:04 +0000 |
---|---|---|
committer | Lukas 'Eipi' Eipert <leipert@gitlab.com> | 2020-08-10 14:33:04 +0000 |
commit | ff35a2eeaeb8cad35bb57406be72c39748f1a3c5 (patch) | |
tree | ea019df9fb80fe3a2537e4aea397405e9f675b2e | |
parent | 2fdcd175ce7a8aa0a93aa41f47f55d39824adc13 (diff) | |
download | gitlab-shell-patch-2.tar.gz |
Specify more recent go version in go.modpatch-2
-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.12 +go 1.14 require ( github.com/mattn/go-shellwords v0.0.0-20190425161501-2444a32a19f4 |