Merge pull request #178 from filecoin-project/chore/bump-1.18.0-rc1 #457
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Go | |
on: | |
push: | |
branches: | |
- master | |
paths-ignore: ["*.md", "docs/**"] | |
pull_request: | |
branches: | |
- '**' | |
paths-ignore: ["*.md", "docs/**"] | |
env: | |
CGO_CFLAGS: -D__BLST_PORTABLE__ | |
CGO_CFLAGS_ALLOW: -D__BLST_PORTABLE__ | |
jobs: | |
check: | |
uses: filecoin-project/venus/.github/workflows/common_go.yml@master | |
with: | |
has_ffi: false |