Skip to content

Commit

Permalink
chore: add cache for go
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Nov 7, 2024
1 parent de66c0c commit 7e6e4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go
cache: true

- name: Install ginkgo
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go
cache: true

- name: Get dependencies
run: |
Expand Down

0 comments on commit 7e6e4c6

Please sign in to comment.