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
{{ message }}
This repository was archived by the owner on Aug 9, 2024. It is now read-only.
Hi @kubeflow/wg-training-leads, While adding the script to generate the dependabot configuration I noticed that the go dependency files are not compatible. I'm guessing Go needs to be updated so that go.mod and go.sum are created rather than Gopkg.lock and Gopkg.toml. Once that is done, running make build-dependabot from the root of the repo will update the config and allow it to scan for go dependencies.
Hi @kubeflow/wg-training-leads, While adding the script to generate the dependabot configuration I noticed that the go dependency files are not compatible. I'm guessing Go needs to be updated so that
go.modandgo.sumare created rather thanGopkg.lockandGopkg.toml. Once that is done, runningmake build-dependabotfrom the root of the repo will update the config and allow it to scan for go dependencies.#30