diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e9494be..49d9b0f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: https://gitea.com/actions/checkout@v4 - - uses: https://gitea.com/actions/setup-go@v5 + - uses: https://gitea.com/actions/setup-go@v3 with: go-version-file: go.mod - run: go build ./... @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: https://gitea.com/actions/checkout@v4 - - uses: https://gitea.com/actions/setup-go@v5 + - uses: https://gitea.com/actions/setup-go@v3 with: go-version-file: go.mod - run: go test ./... @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: https://gitea.com/actions/checkout@v4 - - uses: https://gitea.com/actions/setup-go@v5 + - uses: https://gitea.com/actions/setup-go@v3 with: go-version-file: go.mod - run: go vet ./...