mirror of
https://github.com/google/go-attestation.git
synced 2025-06-15 21:48:16 +00:00
CI: Allow SHA1 on Go 1.18
Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
committed by
Joseph Richey
parent
0961a88d7c
commit
8820d49b18
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -3,6 +3,11 @@ on:
|
|||||||
branches: [master]
|
branches: [master]
|
||||||
pull_request:
|
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
|
name: Test
|
||||||
jobs:
|
jobs:
|
||||||
test-linux:
|
test-linux:
|
||||||
|
Reference in New Issue
Block a user