Skip to content

Bump github.com/gorilla/websocket from 1.5.0 to 1.5.3 #70

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

Bump github.com/gorilla/websocket from 1.5.0 to 1.5.3 #70

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: UTs ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Build
run: |
go run build/make.go
go run build/make.go --install