diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca7b8eea..5130ac76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: arduino/setup-protoc@master - name: Get dependencies - run: ./setup-dev.sh + run: ./scripts/setup/install-go-gen - name: Protos run: make protos