Skip to content

Commit

Permalink
ci: actions/checkout support submodules (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
damingerdai authored Dec 22, 2023
1 parent 96dd265 commit 9bc5f8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java-version: [ 21 ]
go-version: ["1.21.1"]
go-version: ["1.21.5"]
os: [ubuntu-latest]
# https://github.com/actions/example-services/blob/master/.github/workflows/postgres-service.yml
services:
Expand Down Expand Up @@ -45,6 +45,8 @@ jobs:
- 6379:6379
steps:
- uses: actions/[email protected]
with:
submodules: recursive
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 9bc5f8f

Please sign in to comment.