openfaas / faas-netes

Serverless Functions For Kubernetes
https://www.openfaas.com
MIT License
2.13k stars 472 forks source link

CI is using go1.13 #774

Closed cpanato closed 3 years ago

cpanato commented 3 years ago

both go modules and dockefile are using go 1.15 but ci is not

Expected Behaviour

Ci uses go.1.15

Current Behaviour

ci is using go1.13

Possible Solution

update ci to use go1.15

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Your Environment

alexellis commented 3 years ago

I don't actually think we use Go on the host, but happy for you to bump this to 1.15 or plain Ubuntu

What issue did you run into? I didn't see the details in the repro section