[go-nuts] Re: Go 1.21 / FIPS

2024-07-05 Thread Damien A
I am using the Microsoft version of Go lang as that is what my work instructed me to use. My only task was to build Grafana using FIPS (or as close to it as i can get). As i mentioned in Microsoft Go 1.20.5 i was able to build using GOEXPERIMENT=opensslcrypto, and GOFIPS=1, but it appears now

[go-nuts] Re: Go 1.21 / FIPS

2024-07-02 Thread Damien A
ig the "crypto backend" first to see? > > On Tuesday, July 2, 2024 at 3:45:40 PM UTC Damien A wrote: > >> >> I have been building Grafana packages previously using Go 1.20.5 on >> Oracle Enterprise Linux 9 with the following settings: >> >> expo

[go-nuts] Go 1.21 / FIPS

2024-07-02 Thread Damien A
I have been building Grafana packages previously using Go 1.20.5 on Oracle Enterprise Linux 9 with the following settings: export IMPORTPATH=%{_builddir}/grafana-%{version} export BUILDFLAGS="-v -p 4 -x -buildmode=pie -mod=vendor" export GOPATH=%{_builddir}/go:%{_builddir}/contrib export GOBIN=/