Skip to content

chore(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 #41

chore(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1

chore(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 #41

Workflow file for this run

name: linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16.4
- name: Checkout codebase
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
with:
version: latest