mozilla-services / go-cose

go library for CBOR Object Signing and Encryption (COSE)
Mozilla Public License 2.0
40 stars 18 forks source link

ci: drop go 1.13 support; add 1.15 #72

Closed Eivel closed 3 years ago

Eivel commented 3 years ago

The PR drops support for Go 1.13 and adds support for Go 1.15 in CircleCI config. Closes #71

Eivel commented 3 years ago

Should I also fix the issues raised by golint in this PR?

g-k commented 3 years ago

Awesome!

Should I also fix the issues raised by golint in this PR?

I'll land this first. The lint errors I saw were related to multiple main functions from the examples/ files