Skip to content

Commit 2476f63

Browse files
authored
Merge pull request #112 from alexandrevicenzi/fips-fix
Fix FIPS environment variable in CI
2 parents ffe9fa2 + 8c209f2 commit 2476f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
runs-on: ubuntu-latest
99
env:
10-
GOFIPS140=v1.0.0
10+
GOFIPS140: v1.0.0
1111
steps:
1212
- uses: actions/checkout@v4
1313

0 commit comments

Comments
 (0)