diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f4cf841..e09e6f2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,6 +22,10 @@ jobs: with: channel: master + - uses: actions/setup-go@v3 + with: + go-version: '1.20' + - name: Generate Pub Hash uses: https://gitea.com/actions/go-hashfiles@v0.0.1 id: pub-hash