cyberark / summon

CLI that provides on-demand secrets access for common DevOps tools
https://cyberark.github.io/summon
MIT License
705 stars 63 forks source link

Updating Go version to 1.15 #196

Closed rpothier closed 3 years ago

rpothier commented 3 years ago

What does this PR do?

Updating Go version to 1.15 Changed the Dockerfiles to be based off the base Golang and not Alpine. Added a couple nits in the README.md Note also had to add "RUN gem install bundler:2.0.2" after removing the Alpine base image due to a Ruby error.

What ticket does this PR close?

Resolves #189

Checklists

Change log

Test coverage

Documentation