From 1a92b714d1eb1da93ef3b518cfbce1ee411a2e14 Mon Sep 17 00:00:00 2001 From: Gio d'Amelio Date: Wed, 23 Aug 2023 22:29:56 +0000 Subject: [PATCH] Update github actions --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7e1c638..97142f4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,10 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 + with: + go-version: '1.21' + check-latest: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: