Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump faas-js-runtime and cloudevents for node & TS #1873

Merged
merged 2 commits into from
Jul 19, 2023

Commits on Jul 19, 2023

  1. chore: bump faas-js-runtime and cloudevents for node & TS

    The Node.js and TypeScript templates have been bumped to the latest
    versions of faas-js-runtime (2.2.2) and CloudEvents (7.0.1).
    
    There is an issue with the `expectType` test for TypeScript CloudEvent
    functions which I can't quite figure out, but the type test is not
    critical and does not do anything to validate other than whether the
    function signature is what's expected by faas-js-runtime, and in this
    case, I think type exported type for faas-js-runtime may actually be the
    issue here.
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    83e6c58 View commit details
    Browse the repository at this point in the history
  2. chore: pin all github actions to go 1.20.2

    There was a change in how go parses URLs in versions higher than 1.20.2
    (likely 1.20.6 and up) which breaks the Docker API's handling of daemon
    URIs. This fix pins the Go version at a version known to work with the
    existing Docker API and `func` implementation.
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    79aacb8 View commit details
    Browse the repository at this point in the history