daangn / kinesumer

A Go client implementing a client-side distributed consumer group client for Amazon Kinesis
Apache License 2.0
76 stars 6 forks source link

Cannot update code v.0.3.8 #9

Closed rizalfadlila closed 2 years ago

rizalfadlila commented 2 years ago

hi @mingrammer, my code not updated. in go.mod i already updated with tag v.0.3.8 but not changes in my code. need help

mingrammer commented 2 years ago

Try this instruction:

rizalfadlila commented 2 years ago

hi @mingrammer i already tried the instruction but not updated. please can you try update to version v.0.3.8. is it also the same there is no update?

mingrammer commented 2 years ago

Hm, then try it:

rizalfadlila commented 2 years ago

still not updated. any idea @mingrammer ?

i try go get specific branch, but at my code getting update from v3.0.7 not v.3.0.8

image

i think release again (retry release). what do you think?

mingrammer commented 2 years ago

I can't reproduce that issue. It looks like an issue of the GOPROXY cache, so you can try to set the GONOPROXY temporarily for downloading the Kinesumer. Try it please:

Of course, it is not a perfect solution, I may need to release a completely different version: v0.3.9. (I'll do this tomorrow KST.)

rizalfadlila commented 2 years ago

i already try those processes but i not get updated in code v0.3.8. please help me @mingrammer

burhanudinr commented 2 years ago

hi @mingrammer, i try to reproduce this issue, and yes the code isn't updated with tags v0.3.8

image note : line after 39 must be ClientID in v0.3.8 version

mingrammer commented 2 years ago

I remove the v0.3.8 tag and released v0.3.9. Please update to v0.3.9.

rizalfadlila commented 2 years ago

oke done. already updated. thanks very much for your support @mingrammer :+1:

mingrammer commented 2 years ago

Sounds good. Thank you for raising this issue!