no longer need go1.26 with this fix

This commit is contained in:
Wade Simmons
2026-04-28 13:12:22 -04:00
parent 4ff9e97dce
commit d4d747f219
2 changed files with 4 additions and 2 deletions

View File

@@ -28,5 +28,7 @@ func getFIPS140Version() string {
}
}
}
return fips140.Version()
// TODO: Add as a backup once we bump to go1.26+
// return fips140.Version()
return ""
}