How do you add an βiconβ to GitHub README so that it is dynamic? By "icon" I mean 
The question is even if you put the URL in GitHub README that maps to the server returning svg / png, how does it automatically update on the README GitHub page?
As an example, if you visit the link, you will see the updated status of the problem (which is closed), but my GitHub README page still shows an outdated icon, shows that the problem is open.
What is sample server code (say in golang) that can render github icons dynamically?
source share