mirror of
https://github.com/google/go-attestation.git
synced 2025-04-15 06:56:40 +00:00
CI: Allow SHA1 on Go 1.18
Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
parent
0961a88d7c
commit
8820d49b18
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -3,6 +3,11 @@ on:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
|
||||
# Workaround for SHA1 on Go 1.18. There are some kinks to be worked out. See
|
||||
# the tracking issue for more info: https://github.com/golang/go/issues/41682
|
||||
env:
|
||||
GODEBUG: x509sha1=1
|
||||
|
||||
name: Test
|
||||
jobs:
|
||||
test-linux:
|
||||
|
Loading…
x
Reference in New Issue
Block a user