ci(workflow): 更新 setup-go action 的引用方式

This commit is contained in:
shanshanzhong 2025-07-22 09:36:18 -07:00
parent 9f9e832e37
commit a7d9deb9cd

View File

@ -56,7 +56,7 @@ jobs:
# 需要指定具体版本号!
go-version: ${{ matrix.go }}
- uses: https://${{ env.GIT_USERNAME }}:${{ env.GIT_PASSWORD }}@${{ vars.DOMAIN_OF_GITEA}}/actions/setup-go@v2
- uses: https://${{ env.GIT_USERNAME }}:${{ env.GIT_PASSWORD }}@${{ vars.DOMAIN_OF_GITEA}}/actions/setup-go
with:
go-version: ${{ matrix.go }}