Skip to content

chore(deps): update mccutchen/go-httpbin docker tag to v2.13.4 (#129) #243

chore(deps): update mccutchen/go-httpbin docker tag to v2.13.4 (#129)

chore(deps): update mccutchen/go-httpbin docker tag to v2.13.4 (#129) #243

Workflow file for this run

name: Lint (pre-commit)
on:
pull_request:
push:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: v1.21.x
cache: true
- run: go run mage.go lint