Update build-and-release workflow to use Gitea-hosted setup-go action
Some checks failed
Release binary for cl-cli / build-and-release (push) Failing after 7s
Some checks failed
Release binary for cl-cli / build-and-release (push) Failing after 7s
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: .changes/${{ github.ref_name }}.md
|
path: .changes/${{ github.ref_name }}.md
|
||||||
- name: Setup go for using go gitea actions
|
- name: Setup go for using go gitea actions
|
||||||
uses: https://github.com/actions/setup-go@v4
|
uses: https://gitea.com/actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.20.1'
|
go-version: '>=1.20.1'
|
||||||
- name: Use Go Action to release
|
- name: Use Go Action to release
|
||||||
|
|||||||
Reference in New Issue
Block a user