Skip to content

chore(deps): bump github.com/mccutchen/go-httpbin/v2 from 2.9.0 to 2.11.1 #20

chore(deps): bump github.com/mccutchen/go-httpbin/v2 from 2.9.0 to 2.11.1

chore(deps): bump github.com/mccutchen/go-httpbin/v2 from 2.9.0 to 2.11.1 #20

Workflow file for this run

name: Lint (pre-commit)
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: v1.18.x
cache: true
- run: go run mage.go lint