Skip to content

Commit e841a61

Browse files
authored
Use Golang 24.6 (#100)
1 parent ab255fa commit e841a61

File tree

8 files changed

+10
-12
lines changed

8 files changed

+10
-12
lines changed

apps/grafana-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Building environment
5-
FROM golang:1.24.5-alpine@sha256:daae04ebad0c21149979cd8e9db38f565ecefd8547cf4a591240dc1972cf1399 AS build
5+
FROM golang:1.24.6-alpine AS build
66

77
WORKDIR /workspace/apps/grafana-proxy
88

apps/grafana-proxy/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/open-edge-platform/o11y-charts/apps/grafana-proxy
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.24.6
64

75
require (
86
github.com/golang-jwt/jwt/v5 v5.3.0

apps/orch-otelcol/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM golang:1.24.5-alpine@sha256:daae04ebad0c21149979cd8e9db38f565ecefd8547cf4a591240dc1972cf1399 AS builder
4+
FROM golang:1.24.6-alpine AS builder
55

66
WORKDIR /opt/
77

apps/orch-otelcol/o11y-otel-contextprocessor/otelcol-dev/contextprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jriguera/opentelemetry-collector-contrib/processor/contextprocessor
22

3-
go 1.24.0
3+
go 1.24.6
44

55
require (
66
go.opentelemetry.io/collector/client v1.29.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.4
1+
0.10.5

charts/edgenode-observability/deployments/edgenode-observability/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ apiVersion: v2
55
name: edgenode-observability
66
description: Edge Node Centralized Observability
77
type: application
8-
version: 0.10.4
9-
appVersion: 0.10.4
8+
version: 0.10.5
9+
appVersion: 0.10.5
1010
annotations:
1111
revision: 1c180a61519ee9ec158aa38e0f54a27096bd4239
1212
created: "2025-06-18T12:12:12Z"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.5
1+
0.5.6

charts/orchestrator-observability/deployments/orchestrator-observability/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ apiVersion: v2
55
name: orchestrator-observability
66
description: Orchestrator centralized observability
77
type: application
8-
version: 0.5.5
9-
appVersion: 0.5.5
8+
version: 0.5.6
9+
appVersion: 0.5.6
1010
annotations:
1111
revision: 1c180a61519ee9ec158aa38e0f54a27096bd4239
1212
created: "2025-06-18T12:11:42Z"

0 commit comments

Comments
 (0)