spin-kitchensink icon indicating copy to clipboard operation
spin-kitchensink copied to clipboard

Upgrade the spin sdk for golang to 0.6.0

Open qnm opened this issue 1 year ago • 3 comments

Using an up-to-date Go / Tinygo with make spin serve results in the error described in https://github.com/fermyon/spin/issues/624 as the kitchensink repo uses a particularly old version of the spin sdk.

This PR updates the go dependencies to the latest stable sdk version.

This should also fix https://github.com/fermyon/spin-kitchensink/issues/17

qnm avatar Nov 08 '22 13:11 qnm

@qnm Thanks for this! Before we merge, is there any particular reason for going to 0.4.0 rather than 0.6.0? There were some changes between the two I think.

itowlson avatar Nov 08 '22 19:11 itowlson

@itowlson None - it was the closest to the original. Let me revise with 0.6.0 and verify.

qnm avatar Nov 08 '22 20:11 qnm

@itowlson I've adjusted the SDK version to 0.6.0 as suggested.

qnm avatar Nov 09 '22 01:11 qnm