Skip to content

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

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

Workflow file for this run

name: darwin
on: [push]
jobs:
build:
name: build
runs-on: [ macos-latest ]
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Get dependencies
run: go get -v -t -d ./...
- name: Build
run: go build -v .
- name: Test
run: go test ./...