Skip to content

fix(ci): Fix lambda-promtail image build - #18443

Merged
chaudum merged 2 commits into
mainfrom
chaudum/fix-lambda-promtail-build
Jul 14, 2025
Merged

fix(ci): Fix lambda-promtail image build#18443
chaudum merged 2 commits into
mainfrom
chaudum/fix-lambda-promtail-build

Conversation

@chaudum

@chaudum chaudum commented Jul 14, 2025

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

The CI workflow was failing since a while, e.g. https://github.com/grafana/loki/actions/runs/16257626478/job/45906161654

chaudum added 2 commits July 14, 2025 10:01
Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
The go.mod file referenced the github.com/grafana/loki/v3 dependency
with a relative path `../../` that is outside of the scope of the Docker
file.

Instead, this change updates Loki to `@latest` (commit d446d47).

Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
@chaudum
chaudum requested a review from a team as a code owner July 14, 2025 08:04
@@ -1,4 +1,6 @@
FROM golang:1.24-alpine AS build-image
ARG GO_VERSION=1.24

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chaudum
chaudum enabled auto-merge (squash) July 14, 2025 08:11
@chaudum
chaudum merged commit 8f0ba2e into main Jul 14, 2025
67 checks passed
@chaudum
chaudum deleted the chaudum/fix-lambda-promtail-build branch July 14, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants