Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump golang.org/x/mod from 0.9.0 to 0.10.0 #158

Merged
merged 2 commits into from
Apr 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! build(deps): bump golang.org/x/mod from 0.9.0 to 0.10.0
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
  • Loading branch information
greut committed Apr 19, 2023
commit dda2e563daa2d346422beaf005885daa6237f68a
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test-core: editorconfig
cmake ..
cd core-test; \
ctest \
-E "^(octothorpe_in_value|(backslashed_)*semicolon_of_hash_in_property)$$" \
-E "^(octothorpe_in_value|(backslashed_)*semicolon_or_hash_in_property)$$" \
--output-on-failure \
.

Expand Down