Skip to content

Commit

Permalink
Disable setup-go cache
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Sep 28, 2023
1 parent df494c3 commit 381cb00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false # https://github.com/golangci/golangci-lint-action/issues/807
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false # https://github.com/golangci/golangci-lint-action/issues/807
- uses: golangci/golangci-lint-action@v3
- run: make build test

0 comments on commit 381cb00

Please sign in to comment.