Skip to content

Commit 0bca9dd

Browse files
committed
Cache go dependencies
1 parent 0c3a66c commit 0bca9dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
uses: actions/setup-go@v5
3737
with:
3838
go-version: stable
39+
cache-dependency-path: |
40+
browser/go.sum
41+
code-gen/go.sum
3942
4043
- name: Add GOPATH to GITHUB_ENV
4144
run: echo "GOPATH=$(go env GOPATH)" >>"$GITHUB_ENV"

0 commit comments

Comments
 (0)