diff --git a/.github/workflows/go-build.yaml b/.github/workflows/go-build.yaml index 65fa0e334..4b4e40e4e 100644 --- a/.github/workflows/go-build.yaml +++ b/.github/workflows/go-build.yaml @@ -53,7 +53,7 @@ jobs: GOOS: ${{ matrix.goos }} GOARCH: ${{ matrix.goarch }} GOARM: ${{ matrix.goarm }} - GOMIPS: ${ matrix.gomips } + GOMIPS: ${{ matrix.gomips }} CGO_ENABLED: 0 steps: - name: Checkout codebase