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 golang.org/x/crypto
Bumps the go_modules group with 1 update in the /toolkit/tools directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0
- [Commits](golang/crypto@v0.36.0...v0.45.0)
* skip vet during test
as the toolkit were expected to run with golang 1.23, some of the
component and dependencies does not met the 1.24 vet requirement hence
skip this.
these are currently reported error
pkgworker/pkgworker.go:427:22: non-constant format string in call to fmt.Errorf
imagegen/installutils/installutils.go:2079:21: non-constant format string in call to (*github.com/sirupsen/logrus.Logger).Warnf
imagegen/installutils/installutils.go:3142:20: non-constant format string in call to (*github.com/sirupsen/logrus.Logger).Warnf
graphpkgfetcher/graphpkgfetcher.go:315:79: non-constant format string in call to (*github.com/sirupsen/logrus.Logger).Debugf
scheduler/schedulerutils/preparerequest.go:96:21: non-constant format string in call to (*github.com/sirupsen/logrus.Logger).Warnf
scheduler/schedulerutils/preparerequest.go:189:21: non-constant format string in call to (*github.com/sirupsen/logrus.Logger).Warnf
internal/packagerepo/repocloner/rpmrepocloner/rpmrepocloner.go:920:21: non-constant format string in call to fmt.Errorf
internal/packagerepo/repomanager/rpmrepomanager/rpmrepomanager.go:114:78: non-constant format string in call to fmt.Errorf
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
* update prerequisites setup script and docs
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
* golang bump to 1.24.12
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
* check-package-builds: to use available specs
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
* switch back to words and do spec sync
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---------
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chee Yang Lee <Lee Chee Yang@intel.com>
Co-authored-by: andy-vm <108446482+andy-vm@users.noreply.github.com>
0 commit comments