From 5c7efba644b6795cbfd9d41c5c57b9ad1347f670 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 29 Mar 2024 17:41:31 +0000 Subject: [PATCH] Force Go 1.20 in CI --- .github/workflows/nexus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nexus.yml b/.github/workflows/nexus.yml index f7b533e..180c7b1 100644 --- a/.github/workflows/nexus.yml +++ b/.github/workflows/nexus.yml @@ -21,6 +21,9 @@ jobs: auth_header="$(git config --local --get http.https://github.com/.extraheader)" git submodule sync --recursive git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 + - uses: actions/setup-go@v5 + with: + go-version: '1.20.14' - name: Build env: GOOS: "windows"