Skip to content

Commit fd8a98c

Browse files
committed
go 1.25.8
1 parent 2b0f2c5 commit fd8a98c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"github.com/golang-fips/go": "main",
33
"github.com/golang-fips/openssl": "61a53ab338d5f1657c6fe5d856d24528bfdd731d",
4-
"github.com/golang/go": "go1.25.7"
4+
"github.com/golang/go": "go1.25.8"
55
}

patches/000-fips.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5224,7 +5224,7 @@ index b81f19068a..98880542bd 100644
52245224

52255225
require (
52265226
+ github.com/golang-fips/openssl/v2 v2.0.4-0.20240925082504-4fb8ffc9b3b8 // indirect
5227-
golang.org/x/sys v0.33.0 // indirect
5227+
golang.org/x/sys v0.33.1-0.20260225210015-e0c9f78de999 // indirect
52285228
golang.org/x/text v0.26.0 // indirect
52295229
)
52305230
diff --git a/src/go.sum b/src/go.sum

0 commit comments

Comments
 (0)