File tree Expand file tree Collapse file tree 6 files changed +376
-871
lines changed Expand file tree Collapse file tree 6 files changed +376
-871
lines changed Original file line number Diff line number Diff line change 13
13
- name : Set up Go
14
14
uses : actions/setup-go@v3
15
15
with :
16
- go-version : ' 1.17 '
16
+ go-version : ' 1.18 '
17
17
18
18
- name : golangci-lint
19
19
uses : golangci/golangci-lint-action@v3
28
28
- name : Set up Go
29
29
uses : actions/setup-go@v3
30
30
with :
31
- go-version : ' 1.17 '
31
+ go-version : ' 1.18 '
32
32
33
33
- name : Run tests
34
34
run : go test -race -coverprofile=coverage.txt -covermode=atomic ./...
51
51
- name : Set up Go
52
52
uses : actions/setup-go@v3
53
53
with :
54
- go-version : ' 1.17 '
54
+ go-version : ' 1.18 '
55
55
56
56
- name : Cache Node modules
57
57
id : cache-node-modules
Original file line number Diff line number Diff line change 1
1
module github.com/DataDog/datadog-lambda-go
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/DataDog/datadog-go/v5 v5.2.0
You can’t perform that action at this time.
0 commit comments