Update .gitea/workflows/build.yaml
All checks were successful
Build CI / AMD64 Build (push) Successful in 2m13s

This commit is contained in:
2026-03-15 06:35:38 +00:00
parent d2ef640bc8
commit a8d397a53e

View File

@@ -22,6 +22,10 @@ jobs:
with: with:
channel: master channel: master
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Generate Pub Hash - name: Generate Pub Hash
uses: https://gitea.com/actions/go-hashfiles@v0.0.1 uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: pub-hash id: pub-hash