From 05ac0e9232660b62255071a8a6f2315cf87b93eb Mon Sep 17 00:00:00 2001 From: Anders Date: Mon, 10 Oct 2022 13:10:25 +0800 Subject: [PATCH] config: upgrade to go.19 for goreleaser --- .github/workflows/goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 897b2c4..19f4a09 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -19,9 +19,9 @@ jobs: echo "VERSION=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: - go-version: 1.17.7 + go-version-file: 'go.mod' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2