We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6dd2a commit f0f6c22Copy full SHA for f0f6c22
1 file changed
go/actions/test/action.yml
@@ -13,7 +13,7 @@ runs:
13
run: |
14
(
15
echo -n "GO_VERSION="
16
- bazel run @rules_go//go -- version | sed 's/go version go\(\S*\) .*/\1/'
+ bazel run @rules_go//go -- version | sed 's/go version go\(.*\) .*/\1/'
17
) | tee -a "$GITHUB_ENV"
18
19
- name: Set up Go
0 commit comments