Skip to content

Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 #251

Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1

Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 #251

Workflow file for this run

name: Test/Lint/Fmt/Vet
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: golang:1
steps:
- uses: actions/checkout@v3
- name: Test
run: make test-coverage