Skip to content

build(deps): bump github.com/slok/go-http-metrics from 0.11.0 to 0.12.0 #155

build(deps): bump github.com/slok/go-http-metrics from 0.11.0 to 0.12.0

build(deps): bump github.com/slok/go-http-metrics from 0.11.0 to 0.12.0 #155

Workflow file for this run

name: Go
on:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: go build ./...
- run: go test -v ./...
- run: go vet -v ./...