Skip to content

Commit

Permalink
Fix yq version as latest tag requires at least go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Brandenburger <[email protected]>
  • Loading branch information
mbrandenburger committed Apr 29, 2024
1 parent 9147ccb commit d52c6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/base-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN go install golang.org/x/tools/cmd/goimports@latest \
&& go install github.com/maxbrunsfeld/counterfeiter/v6@latest \
&& go install honnef.co/go/tools/cmd/[email protected] \
&& go install github.com/client9/misspell/cmd/misspell@latest \
&& go install github.com/mikefarah/yq/v4@latest
&& go install github.com/mikefarah/yq/v4@v4.35.2

# Install SGX SSL
ENV SGX_SSL /opt/intel/sgxssl
Expand Down

0 comments on commit d52c6b7

Please sign in to comment.