Skip to content

Commit

Permalink
Remove go cache in github action (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 authored Jul 7, 2022
1 parent 7be5756 commit 36d0090
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
go-version: "1.18"
check-latest: true
cache: true
- run: go test -race -failfast ./...
golangci-lint:
name: golangci-lint
Expand All @@ -29,7 +28,6 @@ jobs:
with:
go-version: "1.18"
check-latest: true
cache: true
- uses: golangci/golangci-lint-action@v3
with:
version: latest

0 comments on commit 36d0090

Please sign in to comment.