Skip to content

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

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 #114

Workflow file for this run

name: end to end test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Test
run: ./e2e.bash