summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-12-12 14:11:59 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-12-14 11:57:19 +0100
commit23478f31bcb5ae5f65c8926d9e24b25dc40b61ce (patch)
treea13f38894e650dae77d7d07e4cbcf0923d17a53a
parent468d4a0e86ef99ae043aa71c0ff676f59a7627ae (diff)
go.mod: Bump Go version to 1.16
Fedora 35 is at 1.16 which is the lowest version we will support.
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 554ccdf..0b7bf64 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/eduvpn/eduvpn-common
-go 1.15
+go 1.16
require (
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b