cedrickring / golang-action

A GitHub Action to run Go commands
Apache License 2.0
134 stars 33 forks source link

Add support for Go 1.16 #34

Closed ccojocar closed 3 years ago

ccojocar commented 3 years ago

Thanks for review @cedrickring. I completed the last two points. I suppose that you want to bump the label to next major version. Please let me know if anything else is required. I look forward to using the 1.16 version in gosec project. Thanks!

cedrickring commented 3 years ago

@ccojocar unfortunately it's only a minor version bump (1.7.0). But otherwise LGTM.

I'll create a new release after this PR is merged.

ccojocar commented 3 years ago

@cedrickring I updated the version label to 1.7.0. Thanks for releasing a new version!