diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3afb5de6..a39f2e6f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,9 +18,9 @@ jobs: - uses: https://github.com/actions/setup-node@v4 with: node-version: 'latest' - # - uses: https://github.com/actions/setup-go@v4 - # with: - # go-version: '^1.20' + - uses: https://github.com/actions/setup-go@v4 + with: + go-version: '^1.20' # - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 # id: get-hash # with: