4
4
codecov : codecov/codecov@3.1.1
5
5
6
6
jobs :
7
- build118 :
7
+ build :
8
8
docker :
9
9
- image : cimg/go:1.18
10
10
steps :
@@ -23,102 +23,7 @@ jobs:
23
23
name : Run tests
24
24
command : go test -coverprofile=coverage.txt -covermode=atomic
25
25
- codecov/upload
26
- build117 :
27
- docker :
28
- - image : cimg/go:1.17
29
- steps :
30
- - checkout
31
- - restore_cache :
32
- keys :
33
- - go-mod-v4-{{ checksum "go.sum" }}
34
- - run :
35
- name : Install Dependencies
36
- command : go get -t -v ./...
37
- - save_cache :
38
- key : go-mod-v4-{{ checksum "go.sum" }}
39
- paths :
40
- - " /go/pkg/mod"
41
- - run :
42
- name : Run tests
43
- command : go test -coverprofile=coverage.txt -covermode=atomic
44
- build116 :
45
- docker :
46
- - image : cimg/go:1.16
47
- steps :
48
- - checkout
49
- - restore_cache :
50
- keys :
51
- - go-mod-v4-{{ checksum "go.sum" }}
52
- - run :
53
- name : Install Dependencies
54
- command : go get -t -v ./...
55
- - save_cache :
56
- key : go-mod-v4-{{ checksum "go.sum" }}
57
- paths :
58
- - " /go/pkg/mod"
59
- - run :
60
- name : Run tests
61
- command : go test -coverprofile=coverage.txt -covermode=atomic
62
- build115 :
63
- docker :
64
- - image : cimg/go:1.15
65
- steps :
66
- - checkout
67
- - restore_cache :
68
- keys :
69
- - go-mod-v4-{{ checksum "go.sum" }}
70
- - run :
71
- name : Install Dependencies
72
- command : go get -t -v ./...
73
- - save_cache :
74
- key : go-mod-v4-{{ checksum "go.sum" }}
75
- paths :
76
- - " /go/pkg/mod"
77
- - run :
78
- name : Run tests
79
- command : go test -coverprofile=coverage.txt -covermode=atomic
80
- build114 :
81
- docker :
82
- - image : cimg/go:1.14
83
- steps :
84
- - checkout
85
- - restore_cache :
86
- keys :
87
- - go-mod-v4-{{ checksum "go.sum" }}
88
- - run :
89
- name : Install Dependencies
90
- command : go get -t -v ./...
91
- - save_cache :
92
- key : go-mod-v4-{{ checksum "go.sum" }}
93
- paths :
94
- - " /go/pkg/mod"
95
- - run :
96
- name : Run tests
97
- command : go test -coverprofile=coverage.txt -covermode=atomic
98
- build113 :
99
- docker :
100
- - image : cimg/go:1.13
101
- steps :
102
- - checkout
103
- - restore_cache :
104
- keys :
105
- - go-mod-v4-{{ checksum "go.sum" }}
106
- - run :
107
- name : Install Dependencies
108
- command : go get -t -v ./...
109
- - save_cache :
110
- key : go-mod-v4-{{ checksum "go.sum" }}
111
- paths :
112
- - " /go/pkg/mod"
113
- - run :
114
- name : Run tests
115
- command : go test -coverprofile=coverage.txt -covermode=atomic
116
26
workflows :
117
27
build-workflow :
118
28
jobs :
119
- - build118
120
- - build117
121
- - build116
122
- - build115
123
- - build114
124
- - build113
29
+ - build
0 commit comments