Skip to content

Commit

Permalink
ci: Fix-up
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcpp committed Jan 28, 2024
1 parent d5ab884 commit 8f01c8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'true''
- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 8f01c8c

Please sign in to comment.