We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5339b0d commit 3574dbfCopy full SHA for 3574dbf
.harness/ffgolangserversdk.yaml
@@ -42,7 +42,7 @@ pipeline:
42
- parallel:
43
- step:
44
type: Run
45
- name: Build and Test
+ name: Build and Test Go 1_23_0
46
identifier: Build_and_Test
47
spec:
48
connectorRef: DockerHub
@@ -90,6 +90,14 @@ pipeline:
90
91
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: account.dockerhub
99
+ image: golang:1.20.0
100
+ shell: Sh
101
- stepGroup:
102
name: Testgrid image
103
identifier: Testgrid_image
0 commit comments