Skip to content

Commit

Permalink
Add setup-go action with caching
Browse files Browse the repository at this point in the history
  • Loading branch information
bonddim committed Apr 29, 2024
1 parent 72d9a71 commit 55113e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-go@v5
with:
go-version-file: scripts/go.mod
cache-dependency-path: scripts/go.sum
- run: ${{ matrix.run }}

0 comments on commit 55113e7

Please sign in to comment.