Drone 1.9.1 OSS build error

When I tried to build Drone 1.9.1 OSS I got error:

# github.com/drone/drone/plugin/config
../../plugin/config/memoize_oss.go:28:12: cannot use new(noop) (type *noop) as type core.ConvertService in return argument:
 *noop does not implement core.ConvertService (missing Convert method)

I try using Docker golang:alpine (1.14, 1.15) with

go install -ldflags “-extldflags “-static”” -tags “oss,nolimit”

Any suggestions?

1 Like

I have the same issue. I reverted to version 1.9.0 to avoid this