Skip to content

Commit

Permalink
Cache build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbpolan committed Oct 18, 2023
1 parent 77f0198 commit 7541f01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: 'go.mod'
cache-dependency-path: "**/*.sum"

- name: Build
run: make build
Expand Down

0 comments on commit 7541f01

Please sign in to comment.