diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-12-20 16:13:39 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-12-21 18:28:52 +0100 |
| commit | 8ce046117d80d086fbcd9e1152f6c8d7cc095a10 (patch) | |
| tree | 46c0b4752b8be6708a01ec7fd0be1e5ae0374e01 | |
| parent | e378d715a02ca749aec3e54f8496a51daea61404 (diff) | |
Go.mod: Bump to 1.18
Fedora 36 has 1.18, which is our minimum target now
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/eduvpn/eduvpn-common -go 1.16 +go 1.18 require ( github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b |
