chore: update goreleaser action version

This commit is contained in:
Steven 2024-04-26 23:47:18 +08:00
parent 17fd86726d
commit 92eaa3c613

View File

@ -16,8 +16,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
- uses: actions/setup-go@v5
with:
go-version: 1.22
check-latest: true
cache: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with: