go.mod: bump minimum language version to go 1.17

This commit is contained in:
Michael Stapelberg 2022-06-12 23:04:49 +02:00
parent b1ba13419d
commit ff0020b47b

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/rtr7/router7 module github.com/rtr7/router7
go 1.13 go 1.17
require ( require (
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883