apache / openwhisk-runtime-php

Apache OpenWhisk Runtime PHP supports Apache OpenWhisk functions written in PHP
https://openwhisk.apache.org/
Apache License 2.0
39 stars 33 forks source link

Adapt to current actionloop release tag. #58

Closed falkzoll closed 5 years ago

falkzoll commented 5 years ago

The release tag of the actionloop (https://github.com/apache/incubator-openwhisk-runtime-go) is set to 'golang1.11@1.13.0-incubating'. The code was looking for '1.11@v1.13.0-incubating'. This causes the travis build to fail. Adjusted the Dockerfile to use the new value to unblock the travis build.

falkzoll commented 5 years ago

Hi @sciabarracom , maybe you can have a look at this PR. It is just to unblock the travis build before I do the update to the newer PHP versions :-).

falkzoll commented 5 years ago

I am not allowed to do the merge, yet :-).. can one of the committers do the merge? Thanks in advance :-).