Skip to content

Commit

Permalink
Turn cache off as golangci-lint wants (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian authored Jan 10, 2024
1 parent 60310d8 commit 41b7159
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=30m
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'

- name: Install required Python packages
run: pip install -r requirements.txt
- name: Build local binaries
run: python ./build.py --architectures local --platforms local
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest

0 comments on commit 41b7159

Please sign in to comment.