feat: 更改setup-go action 为gitea仓库

This commit is contained in:
lovezsh 2024-08-26 21:44:39 +08:00
parent b8455bb8c9
commit bfd7729e09
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
uses: http://${{secrets.ACTION_ACCESS_GIT}}@git.lovezsh.com/actions/checkout@v4
- name: 设置go环境
uses: https://github.com/actions/setup-go@v5
uses: https://${{secrets.ACTION_ACCESS_GIT}}@git.lovezsh.com/actions/setup-go@v5
with:
go-version: "1.22.4"