Skip to content

Commit 074af34

Browse files
chore(deps): update golang docker tag to v1.23 (#6009)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | final | minor | `1.22-alpine` -> `1.23-alpine` | | golang | final | minor | `1.22` -> `1.23` | | golang | | minor | `1.22-alpine` -> `1.23-alpine` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0ffbc5 commit 074af34

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

instrumentation/github.com/aws/aws-lambda-go/otellambda/example/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
3-
FROM golang:1.22 AS base
3+
FROM golang:1.23 AS base
44
COPY . /src/
55
WORKDIR /src/instrumentation/github.com/aws/aws-lambda-go/otellambda/example
66
RUN apt-get update

instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
3-
FROM golang:1.22-alpine AS base
3+
FROM golang:1.23-alpine AS base
44
COPY . /src/
55
WORKDIR /src/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example
66

instrumentation/github.com/emicklei/go-restful/otelrestful/example/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
3-
FROM golang:1.22-alpine AS base
3+
FROM golang:1.23-alpine AS base
44
COPY . /src/
55
WORKDIR /src/instrumentation/github.com/emicklei/go-restful/otelrestful/example
66

instrumentation/github.com/emicklei/go-restful/otelrestful/example/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: "3.7"
44
services:
55
go-restful-client:
6-
image: golang:1.22-alpine
6+
image: golang:1.23-alpine
77
networks:
88
- example
99
command:

instrumentation/net/http/httptrace/otelhttptrace/example/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
3-
FROM golang:1.22-alpine AS base
3+
FROM golang:1.23-alpine AS base
44
COPY . /src/
55
WORKDIR /src/instrumentation/net/http/httptrace/otelhttptrace/example
66

instrumentation/net/http/otelhttp/example/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
3-
FROM golang:1.22-alpine AS base
3+
FROM golang:1.23-alpine AS base
44
COPY . /src/
55
WORKDIR /src/instrumentation/net/http/otelhttp/example
66

0 commit comments

Comments
 (0)