Skip to content

Commit

Permalink
Remove cache in linter
Browse files Browse the repository at this point in the history
  • Loading branch information
khasanovbi committed Jan 13, 2023
1 parent 837c97b commit 1ce82b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -32,8 +31,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 10

- name: Setup Go
id: setup-go
Expand Down

0 comments on commit 1ce82b6

Please sign in to comment.