From 3be93e65105dda415173a18ad298ff618fca076d Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Thu, 31 Aug 2023 15:44:15 +0900 Subject: [PATCH] Auto pick version from go.mod. https://github.com/fatedier/frp/pull/3573 --- .github/workflows/goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index a0aae79d..fd6bdebb 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -13,10 +13,10 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: kevincobain2000/action-gobrew@v2.2 with: - go-version: '1.21' - + version: 'mod' + - name: Make All run: | ./package.sh