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