Skip to content

Commit 3574dbf

Browse files
committed
Update pipeline ff-golang-server-sdk
1 parent 5339b0d commit 3574dbf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.harness/ffgolangserversdk.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pipeline:
4242
- parallel:
4343
- step:
4444
type: Run
45-
name: Build and Test
45+
name: Build and Test Go 1_23_0
4646
identifier: Build_and_Test
4747
spec:
4848
connectorRef: DockerHub
@@ -90,6 +90,14 @@ 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: account.dockerhub
99+
image: golang:1.20.0
100+
shell: Sh
93101
- stepGroup:
94102
name: Testgrid image
95103
identifier: Testgrid_image

0 commit comments

Comments
 (0)