Skip to content

Commit ecf32b9

Browse files
committed
Update build image to 1.24.0
1 parent 3ec5a2b commit ecf32b9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-linux-build-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
push: false
3434
tags: grafana/alloy-build-image:latest
3535
build-args: |
36-
GO_RUNTIME=golang:1.23.5-bullseye
36+
GO_RUNTIME=golang:1.24.0-bullseye
3737
3838
- name: Create test Linux build image for boring crypto
3939
uses: docker/build-push-action@v6
@@ -42,4 +42,4 @@ jobs:
4242
push: false
4343
tags: grafana/alloy-build-image:latest
4444
build-args: |
45-
GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.23.5-bullseye
45+
GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.24.0-bullseye

.github/workflows/create_build_image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: |
3636
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
3737
docker buildx create --name multiarch --driver docker-container --use
38-
docker buildx build --build-arg="GO_RUNTIME=golang:1.23.5-bullseye" --push --platform linux/amd64,linux/arm64 -t grafana/alloy-build-image:${{ steps.get_image_version.outputs.image_tag }} ./tools/build-image
38+
docker buildx build --build-arg="GO_RUNTIME=golang:1.24.0-bullseye" --push --platform linux/amd64,linux/arm64 -t grafana/alloy-build-image:${{ steps.get_image_version.outputs.image_tag }} ./tools/build-image
3939
4040
linux_build_image_boringcrypto:
4141
name: Create a Linux build image for boringcrypto
@@ -63,4 +63,4 @@ jobs:
6363
- run: |
6464
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
6565
docker buildx create --name multiarch --driver docker-container --use
66-
docker buildx build --build-arg="GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.23.5-bullseye" --push --platform linux/amd64,linux/arm64 -t grafana/alloy-build-image:${{ steps.get_image_version.outputs.image_tag }} ./tools/build-image
66+
docker buildx build --build-arg="GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.24.0-bullseye" --push --platform linux/amd64,linux/arm64 -t grafana/alloy-build-image:${{ steps.get_image_version.outputs.image_tag }} ./tools/build-image

tools/build-image/windows/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM library/golang:1.23.5-windowsservercore-1809
1+
FROM library/golang:1.24.0-windowsservercore-1809
22

33
SHELL ["powershell", "-command"]
44

0 commit comments

Comments
 (0)