From 611755524bae8cf031979426c05529317c6e8e17 Mon Sep 17 00:00:00 2001 From: qmuntal Date: Tue, 3 Sep 2024 08:50:21 +0200 Subject: [PATCH] Add umbrella issue link --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 265faa25..6ff83fcd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,4 +89,6 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Run Test run: go test -v ./... - continue-on-error: true # Go with FIPs / OpenSSL support on Azure Linux 3.0 is currently broken due to symcrypt change, so we ignore failures + # Go with FIPs / OpenSSL support on Azure Linux 3.0 is currently broken due to symcrypt change, so we ignore failures. + # See https://github.com/golang-fips/openssl/issues/158. + continue-on-error: true