diff options
| author | ac79b0c6 <[email protected]> | 2023-03-30 17:57:22 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2023-03-30 17:57:22 +0800 |
| commit | 65d4b3492cf4ccc05b0aeeb973f26d9c4fffced2 (patch) | |
| tree | 5bb29779595a5610af5b3f40215df0984e6d3642 | |
| parent | 3f87cb84f8de9601e2eb17bd2663b80570529082 (diff) | |
update action
| -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 619b338..764beb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v2 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v2 with: - go-version: 1.20 + go-version: '1.20' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3 |
