potiuk commented on code in PR #58153:
URL: https://github.com/apache/airflow/pull/58153#discussion_r2511437835


##########
go-sdk/Justfile:
##########
@@ -16,7 +16,7 @@
 # under the License.
 
 # Main Justfile for Airflow Go SDK
-set shell := ["bash", "-uc", "-O", "globstar"]

Review Comment:
   MacOS has bash 3.2.25 installed by default. Bash 4 was released under 
different licence and Apple did not want to use it. You can get bash4+ from 
macports or brew and replace the built in bash - but it's not the default one.
   
   
https://stackoverflow.com/questions/10574969/how-do-i-install-bash-3-2-25-on-mac-os-x-10-5-8
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to