mosn / holmes

self-aware Golang profile dumper
Apache License 2.0
1.08k stars 135 forks source link

Builds with Go 1.18, but tests with 1.17, 1.18 and 1.19 #129

Closed codefromthecrypt closed 1 year ago

codefromthecrypt commented 1 year ago

This uses a test matrix to ensure the floor version of Mosn is two behind latest Go, even if one behind latest (currently 1.18) is used to build binaries.

See https://github.com/mosn/mosn/issues/2153

codefromthecrypt commented 1 year ago

cc @taoyuanyuan

codefromthecrypt commented 1 year ago

@taoyuanyuan ok!

doujiang24 commented 1 year ago

@codefromthecrypt Sorry for the delay. The test is failed, please take a look, thanks.