diff --git a/.github/workflows/ci-check-gomod.yml b/.github/workflows/ci-check-gomod.yml index 36ffb0ec..b60b0d97 100644 --- a/.github/workflows/ci-check-gomod.yml +++ b/.github/workflows/ci-check-gomod.yml @@ -13,10 +13,5 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: check - run: | - if [[ -n "$(grep 'replace github.com/codeready-toolchain/.*' go.mod || true)" ]]; then - echo "forbidden replacement in go.mod" - exit 1 - fi \ No newline at end of file + uses: codeready-toolchain/toolchain-cicd/gomod-check@master