Drop go 1.16

Require go 1.17 from now on, since go 1.16 is no longer supported.
Drop go1.16 compatibility.

NOTE we also have to install go 1.18 from Vagrantfile, because
Fedora 35 comes with Go 1.16.x which can't be used.

Note the changes to go.mod and vendor are due to
https://go.dev/doc/go1.17#tools

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2022-03-21 11:54:27 -07:00
parent 5211cc3f7e
commit a0f8847e2a
33 changed files with 38 additions and 223 deletions
-3
View File
@@ -1,3 +0,0 @@
module github.com/cyphar/filepath-securejoin
go 1.13