Skip to content

Commit

Permalink
Update to Go 1.20.8 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbenoit17 authored Sep 21, 2023
1 parent d0d2186 commit 9e10e29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"github.com/golang-fips/go": "go1.20-fips-release",
"github.com/golang-fips/openssl-fips": "b175be2ccd46683a51cba60a9a2087b09593317d",
"github.com/golang/go": "go1.20.7"
"github.com/golang/go": "go1.20.8"
}
4 changes: 2 additions & 2 deletions patches/001-initial-openssl-for-fips.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/src/cmd/api/boring_test.go b/src/cmd/api/boring_test.go
index a9ec6e6bfe..7111867b66 100644
index f0e3575637..a4139169b8 100644
--- a/src/cmd/api/boring_test.go
+++ b/src/cmd/api/boring_test.go
@@ -2,7 +2,7 @@
Expand All @@ -9,7 +9,7 @@ index a9ec6e6bfe..7111867b66 100644
-//go:build boringcrypto
+//go:build !no_openssl

package api
package main

@@ -12,6 +12,6 @@ import (
)
Expand Down

0 comments on commit 9e10e29

Please sign in to comment.