From 908cc0484b8bb8527d3ceb336fb020ce003c0d61 Mon Sep 17 00:00:00 2001 From: achilles4828 Date: Fri, 26 Jan 2024 12:52:02 +0530 Subject: [PATCH] updated go version in goreleaser --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index e369b70..ac64d17 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -21,7 +21,7 @@ jobs: name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.21 - name: Install garble run: |