Is is possible for the test to update Go to a newer version?

I’m using a function Go in the sync.WaitGroup which was introduced in version 1.25 and it seems that the tester still using the old version and can not compile my code.

Hey @Binh0723, looks like your repo is linked to the v1.24 buildpack. Could you try upgrading it?

Got it fixed. Thank you

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.