diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3e160f2..ad50b80 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -198,10 +198,12 @@ jobs: run: sh scripts/lint-httpapi.sh - name: Check migration pairs (DEP-03) run: sh scripts/check-migrations-pair.sh + # go.mod: go 1.24 — бинарник golangci-lint < v1.64.2 (сборка на Go 1.23) не запускается. - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.62 + version: v1.64.8 + install-mode: goinstall - name: Test run: go test ./... -race -count=1 - name: Build all commands