Skip to content

Commit

Permalink
disable go cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 5, 2023
1 parent 20af9aa commit c31c1b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: Check changelog
run: make check-changelog
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: Run linters
run: make lint
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: Make distribution
run: make dist
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: Test integration
run: make test-integration
env:
Expand Down Expand Up @@ -43,6 +44,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: Test
run: make test-go
env:
Expand Down

0 comments on commit c31c1b0

Please sign in to comment.