From 5d338599ecf7fdbaeb214323becd52b863d2d388 Mon Sep 17 00:00:00 2001 From: anxi0uz Date: Sat, 18 Apr 2026 17:40:04 +0300 Subject: [PATCH] ci fix --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/...