File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -90,20 +90,20 @@ pipeline:
90
90
91
91
92
92
echo "View Results Here: https://sonar.harness.io/dashboard?id=harness_ff-golang-server-sdk_AYSkVwnLWr37sP7QAgtQ"
93
- - step :
94
- type : Run
95
- name : Build and Test Go 1_20_0
96
- identifier : Build_and_Test_Go_1_20_0
97
- spec :
98
- connectorRef : DockerHub
99
- image : golang:1.20.0
100
- shell : Sh
101
- command : |-
102
- make tools
103
- make generate
104
- make build
105
- go test -race
106
- ls -l
93
+ - step :
94
+ type : Run
95
+ name : Build and Test Go 1_20_0
96
+ identifier : Build_and_Test_Go_1_20_0
97
+ spec :
98
+ connectorRef : DockerHub
99
+ image : golang:1.20.0
100
+ shell : Sh
101
+ command : |-
102
+ make tools
103
+ make generate
104
+ make build
105
+ go test -race
106
+ ls -l
107
107
- stepGroup :
108
108
name : Testgrid image
109
109
identifier : Testgrid_image
You can’t perform that action at this time.
0 commit comments