Correct go.mod to enforce go 1.18 (#685)

Since grype now depends on debug/buildinfo go 1.18 is required to build
grype and as such go.mod needs updating

Signed-off-by: 06kellyjac <jack@control-plane.io>
This commit is contained in:
j-k 2022-03-22 13:33:35 +00:00 committed by GitHub
parent f004f7dee3
commit d40fb77c1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1075 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/anchore/grype
go 1.17
go 1.18
require (
github.com/Masterminds/sprig/v3 v3.2.2

1074
go.sum

File diff suppressed because it is too large Load diff