Skip to content

Commit 0db195a

Browse files
committed
Update pipeline ff-golang-server-sdk
1 parent e842952 commit 0db195a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.harness/ffgolangserversdk.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,20 @@ pipeline:
9090
9191
9292
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
107107
- stepGroup:
108108
name: Testgrid image
109109
identifier: Testgrid_image

0 commit comments

Comments
 (0)