Skip to content

Commit 85176e5

Browse files
committed
integration tests use 1.24 too
1 parent 7f72765 commit 85176e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.23.0
3+
go 1.24.0
44

55
toolchain go1.24.5
66

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.23.0
3+
go 1.24.0
44

55
toolchain go1.24.5
66

0 commit comments

Comments
 (0)