diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index 1b27aab..91676d6 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -16,7 +16,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version-file: ./src/go.mod + cache: true - name: Run tests run: cd ./src && go test ./... \ No newline at end of file