.github/workflows/vettools: update the Go version in go.mod

This commit is contained in:
Hajime Hoshi 2022-09-18 17:38:34 +09:00
parent 08d54e9751
commit 2f222433c0

View File

@ -1,6 +1,6 @@
module vettools
go 1.15
go 1.16
require (
github.com/kisielk/errcheck v1.6.2