Skip to content

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

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

Workflow file for this run

---
name: CI
on: # yamllint disable-line rule:truthy
workflow_dispatch: {}
pull_request:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
test:
name: Test
uses: ./.github/workflows/test.yml
needs: build
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}