Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhar-petukhov committed Jan 6, 2025
1 parent 64298eb commit 4588a52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clear Go cache
run: |
go clean -modcache
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand Down

0 comments on commit 4588a52

Please sign in to comment.