This is documentation for the next version of Loki. 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.
Before you begin.
Determine the VERSION_PREFIX.
Need to sign-in to Docker hub to be able to push Loki build image.
Steps
Find Go version to which you need to update. Example
1.20.5
to1.20.6
Update Go version in the Grafana Loki build image (
loki-build-image/Dockerfile
) on themain
branch.Backport the Dockerfile change to
release-VERSION_PREFIX
branch.Backport the Loki Build Image version change from
main
torelease-VERSION_PREFIX
branch.