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
# rename module name in go.mod
go get -u
go mod tidy
go test -v
# github.com/test/test [github.com/test/test.test]
./main.go:40:63: cannot use checkArgs (value of type func(event *"github.com/sensu/sensu-go/api/core/v2".Event) error) as func(event *"github.com/sensu/core/v2".Event) error value in argument to sensu.NewGoHandler
./main.go:40:74: cannot use executeHandler (value of type func(event *"github.com/sensu/sensu-go/api/core/v2".Event) error) as func(event *"github.com/sensu/core/v2".Event) error value in argument to sensu.NewGoHandler
FAIL github.com/test/test [build failed]
Updating go modules breaks current template:
update version are:
The text was updated successfully, but these errors were encountered: