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

This commit is contained in:
2025-10-24 23:33:31 +02:00
parent 7c8e8eb236
commit 9950282d6e

View File

@@ -21,7 +21,7 @@ jobs:
with:
path: .changes/${{ github.ref_name }}.md
- 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:
go-version: '>=1.20.1'
- name: Use Go Action to release