From 9f9ecca68ecb6880f719d808b39c087900326a7a Mon Sep 17 00:00:00 2001 From: Jeremiah Gowdy Date: Wed, 11 Oct 2023 07:31:59 -0700 Subject: [PATCH] Revert to Go 1.20.10 to avoid Go compiler bug --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e53945c..1425fa7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: golang:1.21.2-bullseye + image: golang:1.20.10-bullseye options: --ulimit core=-1 --ulimit memlock=-1:-1 steps: - uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.21.2 + go-version: 1.20.10 - name: Build for MacOS run: scripts/macos-build.sh - name: Publish MacOS sha256sums