Skip to content

Commit

Permalink
chore: update to go1.23
Browse files Browse the repository at this point in the history
According to the Go Release policy Go 1.22 is no longer supported, and
things coming down the pipe will rely on 1.23's iterator support.

Signed-off-by: crozzy <[email protected]>
  • Loading branch information
crozzy committed Feb 24, 2025
1 parent 3d6e9b6 commit 6b4fa84
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/claircore

go 1.22.0
go 1.23.0

require (
github.com/Masterminds/semver v1.5.0
Expand Down

0 comments on commit 6b4fa84

Please sign in to comment.