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
Force module mode in CI
Set GO111MODULE=on for the tests workflow to avoid GOPATH mode import failures.
Force GOWORK=off and GOFLAGS=-mod=mod to ensure module mode in tests.
0 commit comments