feat: 更改setup-go action 为gitea仓库
This commit is contained in:
parent
b8455bb8c9
commit
bfd7729e09
|
@ -10,7 +10,7 @@ jobs:
|
||||||
uses: http://${{secrets.ACTION_ACCESS_GIT}}@git.lovezsh.com/actions/checkout@v4
|
uses: http://${{secrets.ACTION_ACCESS_GIT}}@git.lovezsh.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: 设置go环境
|
- name: 设置go环境
|
||||||
uses: https://github.com/actions/setup-go@v5
|
uses: https://${{secrets.ACTION_ACCESS_GIT}}@git.lovezsh.com/actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.22.4"
|
go-version: "1.22.4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue