diff options
| author | ac79b0c6 <[email protected]> | 2023-03-30 17:52:06 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2023-03-30 17:52:06 +0800 |
| commit | 4f4062f87d32aed809c20dc9bb1baa0a16e0e21b (patch) | |
| tree | 7fa9c7c07b2b325606bc55e549b9a0396aad326b /.github/workflows | |
| parent | 95b5b38acb42955fed67b42f6cb0cb7ca59554a7 (diff) | |
update action
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f168835..457b06d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version: 1.20 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v3 with: distribution: goreleaser version: latest |
