-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade yq from v3.x to v4.x Signed-off-by: Deepjyoti-Sarmah <[email protected]> Signed-off-by: Marcus Brandenburger <[email protected]> Co-authored-by: Marcus Brandenburger <[email protected]>
- Loading branch information
1 parent
aa932b7
commit 78c6117
Showing
6 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/v3@latest | ||
&& go install github.com/mikefarah/yq/v4@latest | ||
|
||
# Install SGX SSL | ||
ENV SGX_SSL /opt/intel/sgxssl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters