Skip to content

Commit

Permalink
Merge pull request #40 from winebarrel/disable_setup-go_cache
Browse files Browse the repository at this point in the history
Disable setup-go cache
  • Loading branch information
winebarrel authored Sep 28, 2023
2 parents 333faa1 + 381cb00 commit aa642e5
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 aa642e5

Please sign in to comment.