Skip to content

Commit 6a3e2af

Browse files
authored
Update and sync Go versions (#1768)
* Update Go version to `1.23.1` in the `go.mod` module file for the `collector/internal/tools/` * Update Go version to `1.23.1` in the `go.mod` module file for the `go/sample-apps/function/` * Update Go version to `1.23.1` in the `go.mod` module file for the `collector/processor/coldstartprocessor/`
1 parent ea4f2e8 commit 6a3e2af

File tree

3 files changed

+3
-3
lines changed
  • collector
  • go/sample-apps/function

3 files changed

+3
-3
lines changed

collector/internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-lambda/collector/internal/tools
22

3-
go 1.19
3+
go 1.23.1
44

55
require (
66
github.com/client9/misspell v0.3.4

collector/processor/coldstartprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-lambda/collector/processor/coldstartprocessor
22

3-
go 1.23.0
3+
go 1.23.1
44

55
require (
66
github.com/cespare/xxhash v1.1.0

go/sample-apps/function/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-lambda/go/sample-apps/function
22

3-
go 1.23
3+
go 1.23.1
44

55
require (
66
github.com/aws/aws-lambda-go v1.48.0

0 commit comments

Comments
 (0)