can somebody please help,
how can i install goss on windows i have docker installed on my system and can use powershell or git bash for running commands,tried with the below command it doesn't work
curl -sSfL https://github.com/aelsabbahy/goss/releases/download/v0.3.18/goss-alpha-windows-amd64 -o /usr/local/bin/goss && chmod +x /usr/local/bin/goss
thanks in advance