Test off cahce in linter for fix pipline
All checks were successful
CI.yml / build (push) Successful in 10m8s
All checks were successful
CI.yml / build (push) Successful in 10m8s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user