File tree 1 file changed +18
-4
lines changed
1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 32
32
build-1-19 :
33
33
working_directory : ~/repo
34
34
docker :
35
- - image : cimg/go:1.19
35
+ - image : cimg/go:1.18
36
+ steps : *simple_job_steps
37
+
38
+ build-1-20 :
39
+ working_directory : ~/repo
40
+ docker :
41
+ - image : cimg/go:1.18
42
+ steps : *simple_job_steps
43
+
44
+ build-1-21 :
45
+ working_directory : ~/repo
46
+ docker :
47
+ - image : cimg/go:1.21
36
48
steps :
37
49
- checkout
38
50
- restore_cache :
@@ -54,10 +66,10 @@ jobs:
54
66
# - store_test_results:
55
67
# path: /tmp/test-reports
56
68
57
- build-1-19 -u :
69
+ build-1-21 -u :
58
70
working_directory : ~/repo
59
71
docker :
60
- - image : cimg/go:1.19
72
+ - image : cimg/go:1.21
61
73
steps :
62
74
- checkout
63
75
- run :
@@ -75,4 +87,6 @@ workflows:
75
87
# - build-windows
76
88
- build-1-18
77
89
- build-1-19
78
- - build-1-19-u
90
+ - build-1-20
91
+ - build-1-21
92
+ - build-1-21-u
You can’t perform that action at this time.
0 commit comments