Skip to content

Commit ba44882

Browse files
authored
Bump go version to 1.20 (#140)
Bump go version to 1.20
1 parent 7ac4415 commit ba44882

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-lambda-go
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/DataDog/datadog-go/v5 v5.2.0

tests/integration_tests/error/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-lambda-go/tests/integration_tests/bin/error
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/DataDog/datadog-lambda-go v0.7.0

tests/integration_tests/hello/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-lambda-go/tests/integration_tests/bin/hello
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/DataDog/datadog-lambda-go v0.7.0

0 commit comments

Comments
 (0)