Skip to content

Commit 8cad289

Browse files
committed
Update to Go 1.21.4
1 parent c08d86b commit 8cad289

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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-fips": "b175be2ccd46683a51cba60a9a2087b09593317d",
4-
"github.com/golang/go": "go1.21.3"
4+
"github.com/golang/go": "go1.21.4"
55
}

patches/001-initial-openssl-for-fips.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2348,7 +2348,7 @@ index 0c2cbf3182..e01c24292e 100644
23482348
} else {
23492349
testCurve = elliptic.P384()
23502350
diff --git a/src/go.mod b/src/go.mod
2351-
index 25829e17f2..e19ef07e84 100644
2351+
index 3b24053b94..c4bc3c1e96 100644
23522352
--- a/src/go.mod
23532353
+++ b/src/go.mod
23542354
@@ -3,6 +3,7 @@ module std
@@ -2357,18 +2357,18 @@ index 25829e17f2..e19ef07e84 100644
23572357
require (
23582358
+ github.com/golang-fips/openssl-fips v0.0.0-20230801192317-b175be2ccd46
23592359
golang.org/x/crypto v0.11.1-0.20230711161743-2e82bdd1719d
2360-
golang.org/x/net v0.12.1-0.20230712162946-57553cbff163
2360+
golang.org/x/net v0.12.1-0.20231027154334-5ca955b1789c
23612361
)
23622362
diff --git a/src/go.sum b/src/go.sum
2363-
index e474b8be31..0dab3e78f9 100644
2363+
index caf8ff010d..16a5d8c7da 100644
23642364
--- a/src/go.sum
23652365
+++ b/src/go.sum
23662366
@@ -1,3 +1,5 @@
23672367
+github.com/golang-fips/openssl-fips v0.0.0-20230801192317-b175be2ccd46 h1:1oaM7kpYYlqwc6sIROINgj5fUW4CGZGEBwfzIc+TnJI=
23682368
+github.com/golang-fips/openssl-fips v0.0.0-20230801192317-b175be2ccd46/go.mod h1:V2IU8imz/VkScnIbTOrdYsZ5R88ZFypCE0LzhRJ3HsI=
23692369
golang.org/x/crypto v0.11.1-0.20230711161743-2e82bdd1719d h1:LiA25/KWKuXfIq5pMIBq1s5hz3HQxhJJSu/SUGlD+SM=
23702370
golang.org/x/crypto v0.11.1-0.20230711161743-2e82bdd1719d/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio=
2371-
golang.org/x/net v0.12.1-0.20230712162946-57553cbff163 h1:1EDKNuaCsog7zGLEml1qRuO4gt23jORUQX2f0IKZ860=
2371+
golang.org/x/net v0.12.1-0.20231027154334-5ca955b1789c h1:d+VvAxu4S13DWtf73R5eY//VaCk3aUcVdyYjM1SX7zw=
23722372
diff --git a/src/vendor/github.com/golang-fips/openssl-fips/LICENSE b/src/vendor/github.com/golang-fips/openssl-fips/LICENSE
23732373
new file mode 100644
23742374
index 0000000000..97e8515401
@@ -7164,7 +7164,7 @@ index cf82f3f64f..0b55cedc91 100644
71647164

71657165
type sha512Ctx struct {
71667166
diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt
7167-
index 2b5f965f8f..25143a6ab0 100644
7167+
index 4de656b0e8..273a9d49d6 100644
71687168
--- a/src/vendor/modules.txt
71697169
+++ b/src/vendor/modules.txt
71707170
@@ -1,3 +1,6 @@

0 commit comments

Comments
 (0)