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 5
5
- 1.11
6
6
- tip
7
7
8
+ env : GO111MODULE=on
9
+
8
10
before_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
11
12
12
13
install :
13
- - dep ensure
14
14
- go get golang.org/x/lint/golint
15
15
- go get github.com/haya14busa/goverage
16
16
17
17
matrix :
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
26
18
allow_failures :
27
19
- go : tip
28
- - go : 1.12
29
- env : GO111MODULE=on
30
20
fast_finish : true
31
21
32
22
notifications :
@@ -43,4 +33,4 @@ script:
43
33
- golint $LINT_PKGS # lint - ignore failures for now
44
34
45
35
after_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 1
1
module github.com/aws/aws-lambda-go
2
2
3
- go 1.12
4
-
5
3
require (
6
4
github.com/davecgh/go-spew v1.1.0 // indirect
7
5
github.com/pmezard/go-difflib v1.0.0 // indirect
You can’t perform that action at this time.
0 commit comments