From b9c6381da743dcd0323d1287d8596e8c98265606 Mon Sep 17 00:00:00 2001 From: libvoid <135131094+libvoid@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:23:54 +0200 Subject: [PATCH] fix again --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b519def2..bc4843d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,8 @@ jobs: - run: git fetch --force --tags - uses: actions/setup-go@v5 with: - go-version: 'stable' + go-version: '1.22' + check-latest: true - uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser