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