Skip to content

Instantly share code, notes, and snippets.

@sitaramshelke
Created November 28, 2023 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sitaramshelke/ba08a18e98ba5a3751444280cd3acbfe to your computer and use it in GitHub Desktop.
Save sitaramshelke/ba08a18e98ba5a3751444280cd3acbfe to your computer and use it in GitHub Desktop.
Snippet for self updatable go binaries
// Code snippet: Fetch the latest release information from GitHub
latest, _, err := githubClient.Repositories.GetLatestRelease(context.Background(), "<org>", "<repo>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment