google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.3k stars 209 forks source link

ci: Add support for go 1.15.x to .travis.yml #325

Closed pims closed 3 years ago

pims commented 3 years ago

Also drops testing against go 1.12.x

It might be worth adding support for Github Actions down the road to reduce the chance of a missed "check" on PRs in the future.

For now, testing with a recent go version would be nice.

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

pims commented 3 years ago

@googlebot I signed it!

alandonovan commented 3 years ago

Thanks!