aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-06 13:14:29 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-06 13:14:29 +0100
commit2ebf43c988c73dcd9f5471622c0d1a466f454c37 (patch)
tree3a38fab6533b60631d2d2df31333d2c7c05535bb /go.mod
parent3932f74997e4e1b15b569bd7b16218bd2a82c59e (diff)
downloadgit-bug-2ebf43c988c73dcd9f5471622c0d1a466f454c37.tar.gz
build: drop support for go 1.10
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 46273861..140b7bf4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/MichaelMure/git-bug
-go 1.10
+go 1.11
require (
github.com/99designs/gqlgen v0.10.3-0.20200205113530-b941b970f0b6