From e8b15009bc93f5100fe096681935bf3e4170559d Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Wed, 1 May 2024 12:54:20 -0400 Subject: [PATCH] Specify a high http port so lego can bind With PEBBLE_VA_ALWAYS_VALID, we don't really need this. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6d7f400f..1aff68f8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -87,7 +87,7 @@ jobs: --eab \ --kid kid-1 \ --hmac=zWNDZM6eQGHWpSRTPal5eIUYFTu7EajVIoguysqZ9wG44nMEtx3MUAsUDkMTQ12W \ - --http \ + --http --http.port=5002 \ run go-linux: name: Run Go tests on Linux