Skip to content
Snippets Groups Projects
Commit 2fa11cf7 authored by Carol7102's avatar Carol7102
Browse files

change the directory

parent 1f6f9acf
No related branches found
No related tags found
No related merge requests found
Pipeline #198048 failed
......@@ -4,7 +4,7 @@
desired_go_version=1.19 # Replace with your desired version (e.g., "1.19" or "1.23.0")
# Find all go.mod files in the current directory and its subdirectories
go_mod_files=$(find . -type f -name "go.mod")
go_mod_files=$(find ./.. -type f -name "go.mod")
for go_mod_file in $go_mod_files; do
# Check if the file exists and is readable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment