修复编译时go版本不正确的bug
This commit is contained in:
6
.github/workflows/update_meta_core.yaml
vendored
6
.github/workflows/update_meta_core.yaml
vendored
@@ -100,7 +100,9 @@ jobs:
|
||||
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
needs: meta
|
||||
needs:
|
||||
- go
|
||||
- meta
|
||||
env:
|
||||
GOOS: ${{ matrix.goos }}
|
||||
GOARCH: ${{ matrix.goarch }}
|
||||
@@ -121,7 +123,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ steps.go.outputs.version }}
|
||||
go-version: ${{needs.go.outputs.version}}
|
||||
|
||||
- name: Set ENV
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user