From 4e91af1a962bdc396d6ca436aedb932f5dc924da Mon Sep 17 00:00:00 2001 From: ajmandourah Date: Sat, 12 Oct 2024 23:30:28 +0300 Subject: [PATCH] Update goreleaser.yml --- .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 696f046..628cc7c 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.23' cache: false - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4