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
This PR prepares the forthcoming release. We need to tidy up a little
bit the way the mono-repo setup is handled.
This starts by embracing `go.work`.
Content
=======
* added go.work declaration
* ci: adapted go tests to go.work. This should dramatically reduce the
number of test jobs. At this moment, we still lint go modules in
independent jobs.
* ci: fixed issue with go mod caching
* fix: dependabot not being able to update nested modules
* updated stretchr/testify dependency (because dependabot didn't succeed
doing so previously)
* removed replace directives from top-level module. We still to keep the
replace directives in sub-modules. These will disappear when we cut
the next release.
* doc (updated TODO items list)
adapter tagger script to go.work
Signed-off-by: Frederic BIDON <[email protected]>
0 commit comments