From b30999a4d3376f47c68544a8abc37e4f218a9d0b Mon Sep 17 00:00:00 2001 From: WaterLemons2k <62788816+WaterLemons2k@users.noreply.github.com> Date: Sat, 18 Mar 2023 23:10:46 +0800 Subject: [PATCH] Bump setup-go to v4 --- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/goreleaser.yml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 0aa1c5dd..dea02368 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -14,7 +14,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: '1.20' - uses: actions/checkout@v3 diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index dfc8adfb..b27f2d01 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -1,9 +1,6 @@ name: goreleaser on: - push: - tags: - - 'v*' workflow_dispatch: jobs: @@ -16,7 +13,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: '1.20'