Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot update code v.0.3.8 #9

Closed
rizalfadlila opened this issue Jan 21, 2022 · 10 comments
Closed

Cannot update code v.0.3.8 #9

rizalfadlila opened this issue Jan 21, 2022 · 10 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@rizalfadlila
Copy link
Contributor

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
Copy link
Member

mingrammer commented Jan 22, 2022

Try this instruction:

  • Remove github.com/daangn/kinesumer from go.mod file.
  • Run rm go.sum
  • Run go get -u github.com/daangn/kinesumer

@rizalfadlila
Copy link
Contributor Author

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
Copy link
Member

mingrammer commented Jan 23, 2022

Hm, then try it:

  • Run go clean -modcache
  • Again the above process

@rizalfadlila
Copy link
Contributor Author

rizalfadlila commented Jan 23, 2022

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
Copy link
Member

mingrammer commented Jan 23, 2022

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:

  • Do again all the above processes except go get ....
  • Run GONOPROXY="github.com/daangn" GONOSUMDB="github.com/daangn go get -u github.com/daangn/kinesumer

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.)

@mingrammer mingrammer added the help wanted Extra attention is needed label Jan 23, 2022
@mingrammer mingrammer self-assigned this Jan 23, 2022
@rizalfadlila
Copy link
Contributor Author

rizalfadlila commented Jan 24, 2022

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

@burhanudinr
Copy link

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
Copy link
Member

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

@rizalfadlila
Copy link
Contributor Author

oke done. already updated. thanks very much for your support @mingrammer 👍

@mingrammer
Copy link
Member

Sounds good. Thank you for raising this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants