Back to Dagger

V0.17.0

sdk/go/.changes/v0.17.0.md

0.20.71.0 KB
Original Source

sdk/go/v0.17.0 - 2025-03-20

This SDK uses šŸš™ Engine + šŸš— CLI version v0.17.0. See what changed in that release.

🐹 https://pkg.go.dev/dagger.io/[email protected]

Added

  • New sdk.config.goprivate setting in dagger.json for go modules by @rajatjindal in https://github.com/dagger/dagger/pull/9323
    This setting allows configuring the GOPRIVATE env var in the context of building+running the module code, so that private dependencies can be loaded.
  • Automatic forwarding of .gitconfig insteadOf directives into go module runtime by @rajatjindal in https://github.com/dagger/dagger/pull/9323
    In combination with goprivate, this can be used to load private dependencies.

Dependencies

What to do next