diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56cc0e8..b4cc62a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version-file: go.mod - uses: golangci/golangci-lint-action@v6 with: - version: latest + version: v2.11.4 test: runs-on: ubuntu-latest @@ -26,6 +26,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version-file: go.mod - name: Test run: go test ./tests/...