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 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
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 ./...
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
Original file line number Diff line number Diff line change 11module github.com/DataDog/datadog-lambda-go
22
3- go 1.17
3+ go 1.18
44
55require (
66 github.com/DataDog/datadog-go/v5 v5.2.0
You can’t perform that action at this time.
0 commit comments