• heeplr@feddit.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    So if there’s a non-breaking security update of a dependency, all go apps depending on it need to be recompiled and relinked?

    There’s no way to link dynamically?

    • IAm_A_Complete_Idiot@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Rust does this too. In practice you just bump the lock file in rust and rebuild. It can be a bit rebuild heavy, but it’s not too bad with a proper cache.