Skip to content

Commit

Permalink
disable cache for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur1 committed Nov 23, 2023
1 parent 7e35375 commit fa0fed9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wf-test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
Expand Down

0 comments on commit fa0fed9

Please sign in to comment.