ci: update go release action dependency

This commit is contained in:
Lan Tian
2025-10-13 19:34:55 -07:00
parent 76fa6c6d06
commit 4898a095b1

View File

@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
- name: Release frontend
uses: wangyoucao577/go-release-action@v1.40
uses: wangyoucao577/go-release-action@v1.53
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
@@ -34,7 +34,7 @@ jobs:
export CGO_ENABLED=0
- name: Release proxy
uses: wangyoucao577/go-release-action@v1.40
uses: wangyoucao577/go-release-action@v1.53
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}