chore: update github action

Fetch all history when run
main
sudo pacman -Syu 2022-08-16 14:36:35 +07:00
parent 0fb5749ad4
commit 4631f5c0de
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: "1.19"