This commit is contained in:
Alex Sharov 2022-05-25 01:00:09 +07:00 committed by GitHub
parent 37d9944da9
commit dd8136cde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: git submodule update --init --recursive --force
with:
submodules: recursive
fetch-depth: 0 # fetch git tags for "git describe"
- uses: actions/setup-go@v3
with:
go-version: 1.18.x