We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec8dcf commit f280b43Copy full SHA for f280b43
1 file changed
dev-tools/mage/settings.go
@@ -162,8 +162,8 @@ func initGlobals() {
162
163
versionQualifier, versionQualified = os.LookupEnv("VERSION_QUALIFIER")
164
165
- // order matters this must be called last as it will override some of the
166
- // values above
+ // order matters: this will override some of the values. Those values can be used
+ // as fallback for the variables below (mainly agentPackageVersion and ManifestURL)
167
err = initPackageVersion()
168
if err != nil {
169
panic(fmt.Errorf("failed to init package version: %w", err))
0 commit comments