Skip to content

Commit

Permalink
ci: undo cache fix - turns out cache is scoped per tag so they are no…
Browse files Browse the repository at this point in the history
…t shared
  • Loading branch information
thdxr committed Sep 2, 2024
1 parent 4c0708e commit df0706a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,10 @@ jobs:
- run: git fetch --force --tags

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ">=1.21.0"

- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Go Mod
run: go mod download

Expand Down

0 comments on commit df0706a

Please sign in to comment.