diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 85f385e..eaf5e76 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -54,6 +54,8 @@ jobs: if: steps.cacheflux.outputs.cache-hit != 'true' run: | cd flux + go mod tidy + go get ./... make - name: Build Fluxpipe