Skip to content

Commit

Permalink
Merge branch 'main' into 542-manual-instrumentation-set-name
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Jan 14, 2024
2 parents 895bd6c + 19b134f commit 8d3684d
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: lycheeverse/[email protected].0
- uses: lycheeverse/[email protected].1
with:
args: >-
-v -n "*.md" "**/*.md"
Expand All @@ -33,14 +33,14 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Module cache
uses: actions/[email protected].2
uses: actions/[email protected].3
env:
cache-name: go-mod-cache
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/go.sum') }}
- name: Tools cache
uses: actions/[email protected].2
uses: actions/[email protected].3
env:
cache-name: go-tools-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.5-bullseye as builder
FROM golang:1.21.6-bullseye as builder

WORKDIR /app

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.21.5
FROM golang:1.21.6
WORKDIR /app
COPY ./*.go .
RUN go mod init main
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.21.5
FROM golang:1.21.6
WORKDIR /app
COPY ./*.go .
RUN go mod init main
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.21.5
FROM golang:1.21.6
WORKDIR /sample-app
COPY . .
RUN go mod init go.opentelemetry.io/auto/internal/test/e2e/databasesql && go mod tidy && 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.21.5 linux/amd64"
"stringValue": "go version 1.21.6 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.21.5"
"stringValue": "1.21.6"
}
},
{
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.21.5
FROM golang:1.21.6
WORKDIR /sample-app
COPY . .
RUN go mod init go.opentelemetry.io/auto/internal/test/e2e/gin && go mod tidy && 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.21.5 linux/amd64"
"stringValue": "go version 1.21.6 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.21.5"
"stringValue": "1.21.6"
}
},
{
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.21.5
FROM golang:1.21.6
WORKDIR /sample-app
COPY . .
RUN go mod init go.opentelemetry.io/auto/internal/test/e2e/grpc && go mod tidy && 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.21.5 linux/amd64"
"stringValue": "go version 1.21.6 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.21.5"
"stringValue": "1.21.6"
}
},
{
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.21.5
FROM golang:1.21.6
WORKDIR /sample-app
COPY . .
RUN go mod init go.opentelemetry.io/auto/internal/test/e2e/nethttp && go mod tidy && 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.21.5 linux/amd64"
"stringValue": "go version 1.21.6 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.21.5"
"stringValue": "1.21.6"
}
},
{
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.21.5
FROM golang:1.21.6
WORKDIR /sample-app
COPY . .
RUN go mod init go.opentelemetry.io/auto/internal/test/e2e/nethttp && go mod tidy && 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.21.5 linux/amd64"
"stringValue": "go version 1.21.6 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.21.5"
"stringValue": "1.21.6"
}
},
{
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.21.5
FROM golang:1.21.6
WORKDIR /sample-app
COPY . .
RUN go mod init go.opentelemetry.io/auto/internal/test/e2e/otelglobal && go mod tidy && 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.21.5 linux/amd64"
"stringValue": "go version 1.21.6 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.21.5"
"stringValue": "1.21.6"
}
},
{
Expand Down

0 comments on commit 8d3684d

Please sign in to comment.