Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update golang docker tag to v1.23.4 #1368

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23.3-bookworm@sha256:c59a9d759ae4cef5584870f0e88377eefa79d2c5cc7e634d4069701f1adbc907 AS base
FROM --platform=$BUILDPLATFORM golang:1.23.4-bookworm@sha256:97d0f37d858c35aa65369f72962dc2b6901c1a2d36f31e73db384eb7c204369b AS base

RUN apt-get update && apt-get install -y curl clang gcc llvm make libbpf-dev

Expand Down
2 changes: 1 addition & 1 deletion examples/httpPlusdb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
WORKDIR /app
COPY ./*.go .
RUN go mod init main
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
WORKDIR /app
COPY . .
ARG BINARY_NAME
Expand Down
2 changes: 1 addition & 1 deletion examples/rolldice/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
WORKDIR /app
COPY ./*.go .
RUN go mod init main
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/autosdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
# Make sure this dir exists.
WORKDIR /usr/src/go.opentelemetry.io/auto/internal/test/e2e/autosdk

Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/autosdk/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "process.runtime.description",
"value": {
"stringValue": "go version 1.23.3 linux/amd64"
"stringValue": "go version 1.23.4 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.23.3"
"stringValue": "1.23.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/databasesql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
WORKDIR /sample-app
COPY . .
RUN go build -o main
4 changes: 2 additions & 2 deletions internal/test/e2e/databasesql/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "process.runtime.description",
"value": {
"stringValue": "go version 1.23.3 linux/amd64"
"stringValue": "go version 1.23.4 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.23.3"
"stringValue": "1.23.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/gin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
WORKDIR /sample-app
COPY . .
RUN go build -o main
4 changes: 2 additions & 2 deletions internal/test/e2e/gin/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "process.runtime.description",
"value": {
"stringValue": "go version 1.23.3 linux/amd64"
"stringValue": "go version 1.23.4 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.23.3"
"stringValue": "1.23.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/grpc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
WORKDIR /sample-app
COPY . .
RUN go build -o main
4 changes: 2 additions & 2 deletions internal/test/e2e/grpc/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "process.runtime.description",
"value": {
"stringValue": "go version 1.23.3 linux/amd64"
"stringValue": "go version 1.23.4 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.23.3"
"stringValue": "1.23.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/kafka-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60 AS builder
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92 AS builder
WORKDIR /sample-app
COPY . .
RUN CGO_ENABLED=0 go build -o main
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/kafka-go/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "process.runtime.description",
"value": {
"stringValue": "go version 1.23.3 linux/amd64"
"stringValue": "go version 1.23.4 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.23.3"
"stringValue": "1.23.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/nethttp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
WORKDIR /sample-app
COPY . .
RUN go build -o main
4 changes: 2 additions & 2 deletions internal/test/e2e/nethttp/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "process.runtime.description",
"value": {
"stringValue": "go version 1.23.3 linux/amd64"
"stringValue": "go version 1.23.4 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.23.3"
"stringValue": "1.23.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/nethttp_custom/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
WORKDIR /sample-app
COPY . .
RUN go build -o main
4 changes: 2 additions & 2 deletions internal/test/e2e/nethttp_custom/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "process.runtime.description",
"value": {
"stringValue": "go version 1.23.3 linux/amd64"
"stringValue": "go version 1.23.4 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.23.3"
"stringValue": "1.23.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/otelglobal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:2b01164887cecfa796f6bff6787c8c597d0e0e09e0694428fdde4a343303eb60
FROM golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
WORKDIR /sample-app
COPY . .
RUN go build -o main
4 changes: 2 additions & 2 deletions internal/test/e2e/otelglobal/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "process.runtime.description",
"value": {
"stringValue": "go version 1.23.3 linux/amd64"
"stringValue": "go version 1.23.4 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.23.3"
"stringValue": "1.23.4"
}
},
{
Expand Down
Loading