ovechkin-dm / mockio

Mockito for golang
MIT License
73 stars 2 forks source link

Add support for GO 1.23 #73

Closed ovechkin-dm closed 1 month ago

ovechkin-dm commented 2 months ago

Golang removed support for //go:linkname directive. That means that another workaround should be implemented.

ovechkin-dm commented 2 months ago

Blocked by https://github.com/ovechkin-dm/go-dyno/issues/3

ovechkin-dm commented 2 months ago

As a temporary workaround -checklinkname flag can be used when running tests: go test -ldflags=-checklinkname=0 ./...

ovechkin-dm commented 1 month ago

Fixed in v0.8.0