Skip to content

Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 #202

Bump github.com/gorilla/mux from 1.8.0 to 1.8.1

Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 #202

Workflow file for this run

# https://github.com/mvdan/github-actions-golang
# Runs tests on mac, windows, and linux, for go v1.19 and v1.20
on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go test ./...