Fix linter on pipline
Some checks failed
CI.yml / build (push) Has been cancelled

This commit is contained in:
d3m0k1d
2026-01-11 20:12:37 +03:00
parent 4585548d15
commit 489f1f6405

View File

@@ -20,8 +20,8 @@ jobs:
cache: false cache: false
- name: Install deps - name: Install deps
run: go mod tidy run: go mod tidy
- name: golangci-lint - name: Golangci-lint
uses: golangci/golangci-lint-action@v6 uses: golangci/golangci-lint-action@v9.2.0
- name: Run tests - name: Run tests
run: go test ./... run: go test ./...
- name: Build - name: Build