From 2f862bab85cd85395418e9abce973fdec89f3328 Mon Sep 17 00:00:00 2001 From: believethehype <1097224+believethehype@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:41:29 +0100 Subject: [PATCH] Update release.yml --- .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 1f277a9..39a1ba5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,10 @@ jobs: goarch: [amd64] steps: - uses: actions/checkout@v3 - - uses: wangyoucao577/go-release-action@v1.41 + - uses: wangyoucao577/go-release-action@v1.49 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} - goversion: "1.22" + goversion: "1.21" overwrite: true