Skip to content

Commit

Permalink
fix go version
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit committed Sep 1, 2024
1 parent 6f9bc7f commit 488816a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/kyverno/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/kyverno/policy-reporter/kyverno-plugin

go 1.22.0

toolchain go1.23.0
go 1.23.0

replace github.com/kyverno/policy-reporter-plugins/sdk/api v0.0.0 => ../../sdk/api

Expand Down

0 comments on commit 488816a

Please sign in to comment.