File tree 6 files changed +6
-6
lines changed
aws-lambda-go/otellambda/example
aws-sdk-go-v2/otelaws/example
emicklei/go-restful/otelrestful/example
httptrace/otelhttptrace/example
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright The OpenTelemetry Authors
2
2
# SPDX-License-Identifier: Apache-2.0
3
- FROM golang:1.22 AS base
3
+ FROM golang:1.23 AS base
4
4
COPY . /src/
5
5
WORKDIR /src/instrumentation/github.com/aws/aws-lambda-go/otellambda/example
6
6
RUN apt-get update
Original file line number Diff line number Diff line change 1
1
# Copyright The OpenTelemetry Authors
2
2
# SPDX-License-Identifier: Apache-2.0
3
- FROM golang:1.22 -alpine AS base
3
+ FROM golang:1.23 -alpine AS base
4
4
COPY . /src/
5
5
WORKDIR /src/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example
6
6
Original file line number Diff line number Diff line change 1
1
# Copyright The OpenTelemetry Authors
2
2
# SPDX-License-Identifier: Apache-2.0
3
- FROM golang:1.22 -alpine AS base
3
+ FROM golang:1.23 -alpine AS base
4
4
COPY . /src/
5
5
WORKDIR /src/instrumentation/github.com/emicklei/go-restful/otelrestful/example
6
6
Original file line number Diff line number Diff line change 3
3
version : " 3.7"
4
4
services :
5
5
go-restful-client :
6
- image : golang:1.22 -alpine
6
+ image : golang:1.23 -alpine
7
7
networks :
8
8
- example
9
9
command :
Original file line number Diff line number Diff line change 1
1
# Copyright The OpenTelemetry Authors
2
2
# SPDX-License-Identifier: Apache-2.0
3
- FROM golang:1.22 -alpine AS base
3
+ FROM golang:1.23 -alpine AS base
4
4
COPY . /src/
5
5
WORKDIR /src/instrumentation/net/http/httptrace/otelhttptrace/example
6
6
Original file line number Diff line number Diff line change 1
1
# Copyright The OpenTelemetry Authors
2
2
# SPDX-License-Identifier: Apache-2.0
3
- FROM golang:1.22 -alpine AS base
3
+ FROM golang:1.23 -alpine AS base
4
4
COPY . /src/
5
5
WORKDIR /src/instrumentation/net/http/otelhttp/example
6
6
You can’t perform that action at this time.
0 commit comments