google / goexpect

Expect for Go
BSD 3-Clause "New" or "Revised" License
759 stars 134 forks source link

ci: build also for Go 1.12 #41

Closed marco-m closed 5 years ago

marco-m commented 5 years ago

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) 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.

circleci

marco-m commented 5 years ago

@skalle ping :-)

skalle commented 5 years ago

Sorry for the delay .. And thx!