requires go1.26

This commit is contained in:
Wade Simmons
2026-04-27 17:16:28 -04:00
parent fcfbec4710
commit f9532f4244
4 changed files with 51 additions and 11 deletions

View File

@@ -233,7 +233,8 @@ func (f *Interface) activate() error {
"build", f.version,
"udpAddr", addr,
"boringcrypto", boringEnabled(),
"fips140", fips140version(),
"fips140", getFIPS140(),
"fips140version", getFIPS140Version(),
)
if f.routines > 1 {