diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3345eb4a..b3eacef2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,6 @@ jobs: - '**/*.go' - name: Setup Go - if: steps.filter.outputs.go == 'true' uses: actions/setup-go@v5 with: go-version-file: "go.mod"