diff options
| author | ac79b0c6 <[email protected]> | 2023-03-30 17:55:34 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2023-03-30 17:55:34 +0800 |
| commit | 3f87cb84f8de9601e2eb17bd2663b80570529082 (patch) | |
| tree | 8ade6af74c17b8b3910d29ae44388f4baca3d769 | |
| parent | 8fcbe657b07a64cc1391a82863ca00dda11991d3 (diff) | |
update action
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95d2a2c..619b338 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,9 @@ jobs: uses: actions/checkout@v2 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 + with: + go-version: 1.20 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3 |
