Skip to content

Commit

Permalink
Update go.yml (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
codchen authored May 21, 2023
1 parent 98c60f0 commit ef9fd85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.ref }}
- uses: actions/setup-python@v3

- name: Set up Go
Expand Down

0 comments on commit ef9fd85

Please sign in to comment.