openfaas / golang-http-template

Golang templates for OpenFaaS using HTTP extensions
https://www.openfaas.com/
MIT License
106 stars 57 forks source link

Update Go version to 1.16 for the images #59

Closed mrwormhole closed 3 years ago

mrwormhole commented 3 years ago

We need to bump up Go version to 1.16 for images to provide better compatibility. At the time of this writing latest Go version is 1.17 and latest alpine is 3.14

Signed-off-by: F. Talha Altınel talhaaltinel@hotmail.com

Description

Update Go version from 1.15 to 1.16

How Has This Been Tested?

Impossible to test on every machine.

How are existing users impacted? What migration steps/scripts do we need?

Version notes can be found here but I think migration is very minimal

Checklist:

I have:

derek[bot] commented 3 years ago

Thank you for your contribution. I've just checked and your commit doesn't appear to be signed-off. That's something we need before your Pull Request can be merged. Please see our contributing guide. Tip: if you only have one commit so far then run: git commit --amend --signoff and then git push --force.

derek[bot] commented 3 years ago

Thank you for your contribution. I've just checked and your commit doesn't appear to be signed-off. That's something we need before your Pull Request can be merged. Please see our contributing guide. Tip: if you only have one commit so far then run: git commit --amend --signoff and then git push --force.

mrwormhole commented 3 years ago

Closing due to aging