reconquest / orgalorg

Parallel SSH commands runner and file synchronization tool
MIT License
887 stars 51 forks source link

build/release fix: bump go to 1.17 to understand //go:build pragma #37

Closed cr1cr1 closed 2 years ago

cr1cr1 commented 2 years ago

I have noticed the build fails because of the changes I have introduced in the previous PR.

The new //go:guild pragma was introduced in 1.17, so it is ignored in 1.15, causing the build errors.

Changing the github actions seem to succeed in the build: https://github.com/cr1cr1/orgalorg/runs/4616026239?check_suite_focus=true

kovetskiy commented 2 years ago

Thanks!