diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-12-12 14:11:59 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-12-14 11:57:19 +0100 |
| commit | 23478f31bcb5ae5f65c8926d9e24b25dc40b61ce (patch) | |
| tree | a13f38894e650dae77d7d07e4cbcf0923d17a53a /go.mod | |
| parent | 468d4a0e86ef99ae043aa71c0ff676f59a7627ae (diff) | |
go.mod: Bump Go version to 1.16
Fedora 35 is at 1.16 which is the lowest version we will support.
Diffstat (limited to 'go.mod')
| -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.15 +go 1.16 require ( github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b |
