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