Skip to content

Fix Golang FIPS builds no longer working

Stan Hu requested to merge sh-fix-go-fips into master

Since the go1.17-openssl-fips branch received new commits, the git checkout <SHA> failed because a shallow clone no longer contains the pinned commit.

Once we upgrade to Go 1.18, we can use one of the release tags and go back to a shallow clone.

Merge request reports