Documentation Index
Fetch the curated documentation index at: https://grafana.com/llms.txt
Fetch the complete documentation index at: https://grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: https://grafana.com/docs/loki/next/community/maintaining/release/patch-go-version.md (append .md) or send Accept: text/markdown to https://grafana.com/docs/loki/next/community/maintaining/release/patch-go-version/. For the curated documentation index, use https://grafana.com/llms.txt. For the complete documentation index, use https://grafana.com/llms-full.txt.
This is documentation for the next version of Grafana Loki documentation. For the latest stable release, go to the latest version.
Patch Go version
Update vulnerable Go version to non-vulnerable Go version to build Grafana Loki binaries.
Steps
- Find Go version to which you need to update. Example
1.20.5to1.20.6 - Update Go version (
GO_VERSION) in theMakefile. - Run
make release-workflowsto update the version in generated release workflows. - Run
make update-go-versionto update all relevant files. - Open a pull request against the target branch (
mainorrelease-MAJOR.MINOR.x).
Was this page helpful?
Related resources from Grafana Labs


