Skip to content

build(deps): bump github.com/fasthttp/websocket from 1.5.11 to 1.5.12 #212

build(deps): bump github.com/fasthttp/websocket from 1.5.11 to 1.5.12

build(deps): bump github.com/fasthttp/websocket from 1.5.11 to 1.5.12 #212

Workflow file for this run

name: Pull Request CI
on:
pull_request:
jobs:
lint:
uses: ./.github/workflows/lint.yml
tests:
needs: [ lint ]
uses: ./.github/workflows/tests.yml
build:
needs: [ tests ]
uses: ./.github/workflows/build.yml
sdk-tests:
needs: [ build ]
uses: ./.github/workflows/sdk-tests.yml