Fix minimum required Go version in go.mod

This commit is contained in:
r 2023-09-24 10:41:21 +00:00
parent 6707a01a84
commit 8e3999fc3d
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -5,4 +5,4 @@ require (
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
)
go 1.13
go 1.11