update-golang
update-golang copied to clipboard
Posix shell compatibility
hello, you can switch from bash to sh and adjust your script if necessary. sh is a posix conform, because bash is not the standard shell for all go operating systems.
#!/usr/bin/sh
thanks