Skip to content

Commit

Permalink
Fix FIPS build
Browse files Browse the repository at this point in the history
  • Loading branch information
buger authored Oct 23, 2024
1 parent 30b2226 commit bb9f9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/goreleaser/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ builds:
- -tags=ignore
- -trimpath
- -tags=goplugin
- -tags=fips,boringcrypto
- -tags=goplugin,fips,boringcrypto
env:
- GOEXPERIMENT=boringcrypto
ldflags:
Expand Down

0 comments on commit bb9f9fd

Please sign in to comment.