stripe / skycfg

Skycfg is an extension library for the Starlark language that adds support for constructing Protocol Buffer messages.
Apache License 2.0
646 stars 54 forks source link

Update tested Go toolchain versions to [1.12, 1.13, 1.14] #75

Closed jmillikin-stripe closed 4 years ago

jmillikin-stripe commented 4 years ago

Go v1.14 has been released, so lets update CI to test with it (and drop v1.11). We can also delete some shim code from the WebAssembly example now that v1.11 support is unnecessary.

r? @abloom-stripe