如何制作动态github徽章,即自述文件中更改状态的图像?

How do you add a "badge" in GitHub README so that it is dynamic? By "badge", I mean enter image description here

The question is even if one puts a URL in GitHub README which maps to a server returning an svg/png, how does it update automatically on GitHub README page?

As an example if you visit the link , you'd see the updated status of the issue (which is closed), but my GitHub README page still shows outdated badge, that is, shows the issue being open.

What is an example server code (say in golang) which can render github badges dynamically?

It's just an image at a URL. It's up to the server (your example looks like Jenkins) to decide what image to provide.