Skip to content

Commit

Permalink
cust-scorecard-tests remove toolchain from go.mod
Browse files Browse the repository at this point in the history
Remove requirement for 1.22.5 toolchain, will use go 1.22.0
in custom-scorecard-tests go.mod

Signed-off-by: Tesshu Flower <tflower@redhat.com>
  • Loading branch information
tesshuflower committed Aug 12, 2024
1 parent b8ee282 commit abf5e66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom-scorecard-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module main

go 1.22.0

toolchain go1.22.5

require github.com/operator-framework/api v0.26.0

require (
Expand Down

0 comments on commit abf5e66

Please sign in to comment.