From 324d987bc6338fa165267be39fa07aa8c76f0ffe Mon Sep 17 00:00:00 2001 From: Simon Engledew Date: Mon, 1 Mar 2021 13:01:56 +0000 Subject: [PATCH] Check if this mitigates the go 1.16 issue --- .github/workflows/pr-checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a8b9c3e961..5716217c98 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -1,5 +1,8 @@ name: "PR checks" +env: + GO111MODULE: auto + on: push: branches: [main, v1]