diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 15ce522..679eab3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,14 +11,11 @@ jobs: verify: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Go - uses: actions/setup-go@v5 - with: - go-version-file: go.mod - cache: true + - name: Verify Go toolchain + run: | + go version + pwd + test -f go.mod - name: Verify formatting run: |