diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index d579a1e..56764e5 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -12,10 +12,13 @@ jobs: with: fetch-depth: 0 - - name: Install grep & coreutils + - name: cat # run: sudo apt update -yqq && sudo apt install grep coreutils -yqq run: cat go.mod + - name: which + run: which grep + - name: grep run: grep 'go \d\.' go.mod