diff options
| author | ac79b0c6 <[email protected]> | 2023-03-30 17:48:30 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2023-03-30 17:48:30 +0800 |
| commit | 842ad67baa3a3095b87aae997edd6ee207291595 (patch) | |
| tree | d38ddd45f34d16ff3b6f5ff127b58460c4183d73 /.github/workflows/release.yml | |
| parent | 142feed4aad93970ce53dc174b7420afea13e049 (diff) | |
update action
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32f9b25..2b636ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,15 +11,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.20 + uses: actions/setup-go@v3 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v4 with: distribution: goreleaser version: latest |
