make the build tag clearer

Make it clear this isnt an automatic tag, but one we created for
enforcement
This commit is contained in:
Wade Simmons
2026-06-09 13:26:36 -04:00
parent 3b30526379
commit a383937bde
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build fips140
//go:build fips140-enforce
package main
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build fips140
//go:build fips140-enforce
package main
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build fips140
//go:build fips140-enforce
package main