Skip to content

Commit e17bb0c

Browse files
authored
Merge 043cb2b into 3a78730
2 parents 3a78730 + 043cb2b commit e17bb0c

File tree

6 files changed

+376
-871
lines changed

6 files changed

+376
-871
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v3
1515
with:
16-
go-version: '1.17'
16+
go-version: '1.18'
1717

1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@v3
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v3
3030
with:
31-
go-version: '1.17'
31+
go-version: '1.18'
3232

3333
- name: Run tests
3434
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Go
5252
uses: actions/setup-go@v3
5353
with:
54-
go-version: '1.17'
54+
go-version: '1.18'
5555

5656
- name: Cache Node modules
5757
id: cache-node-modules

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.17
3+
go 1.18
44

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

0 commit comments

Comments
 (0)