CI: Allow SHA1 on Go 1.18

Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
Joe Richey 2022-04-04 12:45:36 -07:00 committed by Joseph Richey
parent 0961a88d7c
commit 8820d49b18

View File

@ -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: