You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump go version 1.23.4->1.24
* Update go version 1.24.0 for github workflows
* Update go version 1.23.4->1.24.0 for docker images
* Replace deprecated cipher.NewCFBDecrypter/NewCFBEncrypter
* Fix go vet error: non-constant format string
* Fix go vet error: non-constant format string
* Update cmd/golangBuild.go
Co-authored-by: Christopher Fenner <[email protected]>
---------
Co-authored-by: Ivan Nikiforov <[email protected]>
Co-authored-by: Christopher Fenner <[email protected]>
returnparsedConfigurationJson, atcSystemConfiguartionJsonFile, errors.Errorf("pushing ATC System Configuration failed. Reason: Configured File does not contain required ATC System Configuration attributes (File: "+config.AtcSystemConfigFilePath+")")
130
+
returnparsedConfigurationJson, atcSystemConfiguartionJsonFile, errors.Errorf("pushing ATC System Configuration failed. Reason: Configured File does not contain required ATC System Configuration attributes (File: %s)", config.AtcSystemConfigFilePath)
0 commit comments