diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index 8b000c5..a636007 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -22,6 +22,11 @@ jobs: node-version: 16 cache: 'yarn' + - name: Setup Go + uses: actions/setup-go@v3 + with: + go-version: '1.20' + - name: Hash files id: get-hash uses: https://gitea.com/actions/go-hashfiles@v0.0.1