mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
build: fix 'toolchair not available' error (#2642)
This commit is contained in:
parent
862cb37610
commit
f16fdcac3e
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/trufflesecurity/trufflehog/v3
|
||||
|
||||
go 1.22
|
||||
go 1.22.0
|
||||
|
||||
replace github.com/jpillora/overseer => github.com/trufflesecurity/overseer v1.2.7
|
||||
|
||||
|
|
Loading…
Reference in a new issue