From d2a6fa8cd6cc029818dd8d9e4a039bdea8071ca2 Mon Sep 17 00:00:00 2001 From: moloch-- <875022+moloch--@users.noreply.github.com> Date: Tue, 7 Feb 2023 08:26:21 -0800 Subject: [PATCH] Go v1.20 --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 29e85fa429..65e8c2df44 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -65,7 +65,7 @@ jobs: - name: Go 1.20 uses: actions/setup-go@v3 with: - go-version: "1.20.1" + go-version: "^1.20" - name: Mingw run: brew install mingw-w64