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
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.25'
|
go-version: '1.25'
|
||||||
cache: true
|
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@v9.2.0
|
uses: golangci/golangci-lint-action@v9.2.0
|
||||||
|
with:
|
||||||
|
skip-pkg-cache: true
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user