Skip to content

Commit

Permalink
ci(bench): fix cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 20, 2024
1 parent 978f474 commit a100443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
path: |
${{ env.cache }}
${{ env.modcache }}
key: Benchmark-${{ runner.os }}-go-${{ env.goversion }}-${{ hashFiles('**/go.sum') }}
key: Benchmark-API-${{ runner.os }}-go-${{ env.goversion }}-${{ hashFiles('**/go.sum') }}
restore-keys: |
Benchmark-${{ runner.os }}-go-${{ env.goversion }}
Benchmark-API-${{ runner.os }}-go-${{ env.goversion }}
- name: Go build
run: go build -trimpath -buildvcs=false -v ./cmd/otelbench
Expand Down

0 comments on commit a100443

Please sign in to comment.