Skip to content

Commit

Permalink
chore: update go version to specific patch
Browse files Browse the repository at this point in the history
go mod tidy will modify the go directive to the minimum needed for the
project's dependencies (including the patch). This causes the CI to
fail.

Signed-off-by: crozzy <[email protected]>
  • Loading branch information
crozzy committed Sep 20, 2024
1 parent 7ec7e04 commit 64b66ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/quay/clair/config

go 1.22
go 1.22.0

require github.com/google/go-cmp v0.6.0
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.22
go 1.22.0

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

0 comments on commit 64b66ff

Please sign in to comment.