Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed May 26, 2024
1 parent 72ff20d commit be2f3e2
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 @@ -22,7 +22,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v4
uses: actions/checkout@main

- name: Get dependencies
run: |
Expand All @@ -45,3 +45,4 @@ jobs:
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.out
verbose: true

0 comments on commit be2f3e2

Please sign in to comment.