Skip to content

Commit

Permalink
gha: add cache-dependency-path to transform-sdk-release.yml
Browse files Browse the repository at this point in the history
Fixes warning:
> Restore cache failed: Dependencies file is not found in
/home/runner/work/redpanda/redpanda. Supported file pattern: go.sum

(cherry picked from commit 4b572ba)
  • Loading branch information
andrewhsu committed Sep 23, 2024
1 parent 45df32b commit 9b7a73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/transform-sdk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
cache-dependency-path: src/transform-sdk/go/transform/go.sum
- name: Create golang specific tag
id: gotag
uses: actions/github-script@v7
Expand Down

0 comments on commit 9b7a73f

Please sign in to comment.