Test off cahce in linter for fix pipline
All checks were successful
CI.yml / build (push) Successful in 10m8s

This commit is contained in:
d3m0k1d
2026-01-11 20:16:29 +03:00
parent 666bd46827
commit 6a26f04e67

View File

@@ -17,11 +17,13 @@ jobs:
uses: actions/setup-go@v6
with:
go-version: '1.25'
cache: true
cache: false
- name: Install deps
run: go mod tidy
- name: Golangci-lint
uses: golangci/golangci-lint-action@v9.2.0
with:
skip-pkg-cache: true
- name: Run tests
run: go test ./...
- name: Build