Versions in this module Expand all Collapse all v0 v0.3.0 Feb 4, 2026 Changes in this version type GoModRequire + SkipDeps bool v0.2.2 Dec 1, 2022 v0.2.1 Jul 14, 2022 v0.2.0 Aug 6, 2021 v0.1.1 Jul 19, 2021 v0.1.0 Jul 18, 2021 Changes in this version + const ConfigPath + var DefaultPlatforms = []string + type Config struct + Container Container + Go Go + Version string + func Load() (*Config, error) + func LoadOrDie() *Config + func New() *Config + func (c *Config) SetDefaults() + type Container struct + ImagePrefix string + ImageSuffix string + Registries []string + type Go struct + Build GoBuild + Format GoFormat + MinimumVersion string + Mod GoMod + Test GoTest + type GoBuild struct + Flags []string + GCFlags []string + GlobalHooksDir string + LDFlags []string + OnBuildImage string + Platforms []string + type GoFormat struct + Exclude GoFormatExclude + Local string + type GoFormatExclude struct + Dirs []string + Files []string + type GoMod struct + Replace []GoModReplace + Require []GoModRequire + type GoModReplace struct + NewPath string + OldPath string + Version string + type GoModRequire struct + Path string + Version string + type GoTest struct + Exclude []string