Skip to content

fix(deps): update module github.com/urfave/negroni to v3 - autoclosed #86

fix(deps): update module github.com/urfave/negroni to v3 - autoclosed

fix(deps): update module github.com/urfave/negroni to v3 - autoclosed #86

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Build
run: go build -v .
- name: Test
run: go test -v .