Skip to content

Commit

Permalink
Correct go.mod to enforce go 1.18 (#685)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
06kellyjac committed Mar 22, 2022
1 parent f004f7d commit d40fb77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,075 deletions.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/anchore/grype

go 1.17
go 1.18

require (
github.com/Masterminds/sprig/v3 v3.2.2
Expand Down

0 comments on commit d40fb77

Please sign in to comment.