Skip to content

Commit

Permalink
disable caching for setup-go job
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Pittkin committed Sep 3, 2024
1 parent 46abde5 commit c6a4703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
cache: false

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit c6a4703

Please sign in to comment.