We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0f2c5 commit fd8a98cCopy full SHA for fd8a98c
config/versions.json
@@ -1,5 +1,5 @@
1
{
2
"github.com/golang-fips/go": "main",
3
"github.com/golang-fips/openssl": "61a53ab338d5f1657c6fe5d856d24528bfdd731d",
4
- "github.com/golang/go": "go1.25.7"
+ "github.com/golang/go": "go1.25.8"
5
}
patches/000-fips.patch
@@ -5224,7 +5224,7 @@ index b81f19068a..98880542bd 100644
5224
5225
require (
5226
+ github.com/golang-fips/openssl/v2 v2.0.4-0.20240925082504-4fb8ffc9b3b8 // indirect
5227
- golang.org/x/sys v0.33.0 // indirect
+ golang.org/x/sys v0.33.1-0.20260225210015-e0c9f78de999 // indirect
5228
golang.org/x/text v0.26.0 // indirect
5229
)
5230
diff --git a/src/go.sum b/src/go.sum
0 commit comments