Closed cr1cr1 closed 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.
//go:guild
Changing the github actions seem to succeed in the build: https://github.com/cr1cr1/orgalorg/runs/4616026239?check_suite_focus=true
Thanks!
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