Skip to content

Commit

Permalink
chore: Update go version in go.mod
Browse files Browse the repository at this point in the history
Some of the go detection logic was prone to this bug:
golang/go#33121 in the go debug library, as
1.20 includes the fix we deem it required to avoid panics originating
in claircore.

Signed-off-by: crozzy <[email protected]>
  • Loading branch information
crozzy committed Apr 13, 2023
1 parent 74bc404 commit 1b857d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/quay/clair/v4

go 1.18
go 1.20

require (
github.com/go-stomp/stomp v2.0.8+incompatible
Expand Down

0 comments on commit 1b857d1

Please sign in to comment.