Skip to content

Commit f0f6c22

Browse files
committed
Go: fix regex in action for macOS
1 parent 2f6dd2a commit f0f6c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
run: |
1414
(
1515
echo -n "GO_VERSION="
16-
bazel run @rules_go//go -- version | sed 's/go version go\(\S*\) .*/\1/'
16+
bazel run @rules_go//go -- version | sed 's/go version go\(.*\) .*/\1/'
1717
) | tee -a "$GITHUB_ENV"
1818
1919
- name: Set up Go

0 commit comments

Comments
 (0)