Skip to content

Commit

Permalink
ci: fix the LFS part
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Ege <[email protected]>
  • Loading branch information
graugans committed Dec 25, 2023
1 parent 7254ab5 commit e58f248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
uses: actions/checkout@v3
with:
lfs: 'true'
- uses: actions/setup-go@v4
- name: 👷 Prepare the Go environment
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: 🧪 Run the unit tests
Expand Down

0 comments on commit e58f248

Please sign in to comment.