From 1971fc1bf9b3394e2d5a0379a6b0417c847a4723 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 9 Jun 2023 11:42:01 -0400 Subject: [PATCH] flew too close to the sun there --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 546c0ac..6f6da1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: "stable" + go-version: ">=1.20.0" - name: Test run: make test @@ -36,7 +36,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: "stable" + go-version: ">=1.20.0" - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: