It can be confusing to understand this in the web interface. Now each commit will trigger 2 parallel builds, one for go 1.11, one for go 1.12. The way to understand which is which is to look at the names go-1.11 (defined in line 25) and go-1.12 (defined in line 29), circled in the screenshot.
You can also see that both builds refer to the same commit hash, on the right.
We now build for Go 1.11 and 1.12, in parallel.
It can be confusing to understand this in the web interface. Now each commit will trigger 2 parallel builds, one for go 1.11, one for go 1.12. The way to understand which is which is to look at the names
go-1.11
(defined in line 25) andgo-1.12
(defined in line 29), circled in the screenshot.You can also see that both builds refer to the same commit hash, on the right.