pull/184/head
Simon Let 3 years ago
parent 7a857f19b6
commit 3c834209e0
  1. 5
      .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

Loading…
Cancel
Save