File tree Expand file tree Collapse file tree 4 files changed +4
-81
lines changed Expand file tree Collapse file tree 4 files changed +4
-81
lines changed Original file line number Diff line number Diff line change 55 - 1.11
66 - tip
77
8+ env : GO111MODULE=on
9+
810before_install :
9- - curl -L -s https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 -o $GOPATH/bin/dep
10- - chmod +x $GOPATH/bin/dep
11+ - go mod download
1112
1213install :
13- - dep ensure
1414 - go get golang.org/x/lint/golint
1515 - go get github.com/haya14busa/goverage
1616
1717matrix :
18- include :
19- - go : 1.12
20- env : GO111MODULE=on
21- before_install :
22- - go mod download
23- install :
24- - go get golang.org/x/lint/golint
25- - go get github.com/haya14busa/goverage
2618 allow_failures :
2719 - go : tip
28- - go : 1.12
29- env : GO111MODULE=on
3020 fast_finish : true
3121
3222notifications :
@@ -43,4 +33,4 @@ script:
4333 - golint $LINT_PKGS # lint - ignore failures for now
4434
4535after_success :
46- - bash <(curl -s https://codecov.io/bash)
36+ - bash <(curl -s https://codecov.io/bash)
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11module github.com/aws/aws-lambda-go
22
3- go 1.12
4-
53require (
64 github.com/davecgh/go-spew v1.1.0 // indirect
75 github.com/pmezard/go-difflib v1.0.0 // indirect
You can’t perform that action at this time.
0 commit comments