pull/184/head
Simon Let 3 years ago
parent d762699957
commit 2fc5ca9ee8
  1. 2
      .github/workflows/go.yaml
  2. 2
      .github/workflows/release.yaml

@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- name: Install grep & coreutils
run: apt update -qq && apt install grep coreutils -qq
run: sudo apt update -yqq && sudo apt install grep coreutils -yqq
- name: Get Go version
run: echo "GO_VERSION=$(grep 'go \d\.' go.mod | cut -d ' ' -f 2)" >> $GITHUB_ENV && cat $GITHUB_ENV

@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- name: Install grep & coreutils
run: apt update -qq && apt install grep coreutils -qq
run: sudo apt update -yqq && sudo apt install grep coreutils -yqq
- name: Get Go version
run: echo "GO_VERSION=$(grep 'go \d\.' go.mod | cut -d ' ' -f 2)" >> $GITHUB_ENV

Loading…
Cancel
Save