Set minimum Go version in module to 1.18

This commit is contained in:
Arsen Musayelyan 2022-09-30 13:58:50 -07:00
parent a5c2ac60d9
commit 7fa6dcf183
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module go.arsenm.dev/lure module go.arsenm.dev/lure
go 1.19 go 1.18
replace github.com/goreleaser/nfpm/v2 => github.com/Arsen6331/nfpm/v2 v2.0.0-20220922210414-eae88e8ea4b5 replace github.com/goreleaser/nfpm/v2 => github.com/Arsen6331/nfpm/v2 v2.0.0-20220922210414-eae88e8ea4b5