Skip to content

chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /docs (#4960) #16856

chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /docs (#4960)

chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /docs (#4960) #16856

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
- release/*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- run: ./scripts/test