diff --git a/.github/workflows/verify-dependencies.yml b/.github/workflows/verify-dependencies.yml index 885758fe..f6672065 100644 --- a/.github/workflows/verify-dependencies.yml +++ b/.github/workflows/verify-dependencies.yml @@ -17,6 +17,11 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Install Go + uses: actions/setup-go@v5 + with: + go-version-file: go.mod + - name: Verify run: | make verify-replace-run \ No newline at end of file