Skip to content

Commit 41376cd

Browse files
committed
Invoke yq via go tool
The "yq" tool dependency is managed via the Go modules system. It must be invoked via `go tool` in order for the managed version to be used.
1 parent 60fd7b2 commit 41376cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Taskfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,8 @@ tasks:
623623
&>/dev/null
624624
then
625625
python_constraint="$( \
626-
yq \
626+
go tool \
627+
github.com/mikefarah/yq/v4 \
627628
--input-format toml \
628629
--output-format yaml \
629630
'.tool.poetry.dependencies.python' \

0 commit comments

Comments
 (0)