Nakama upgrade

Hi I’m Upgradting my project from 3.10.0 to 3.15.0 using heroic cloud

Steps I followed.

  1. change in go.mod
    require GitHub - heroiclabs/nakama-common: The runtime framework for Nakama server. v1.26.0
  2. Run command go mod vendor
  3. push into git and and trigger build

here is the error i found

It looks like the plugin protobuf version mismatches Nakama’s v3.15.0, ensure that your plugin go.mod has:

google.golang.org/protobuf v1.28.1

@sesposito its updated

is there anything i have to do in heroic cloud
you see its getting a tag name of nakama 3.11

@KGS you need to update the builder image to nakama-enterprise v3.15.0: Heroic Labs Documentation | Managing Builders and rebuild the image. For Heroic Cloud related questions please reach out to support@heroiclabs.com

Thanks its solved

1 Like