Skip to content

Bump github.com/labstack/gommon from 0.4.1 to 0.4.2 #15

Bump github.com/labstack/gommon from 0.4.1 to 0.4.2

Bump github.com/labstack/gommon from 0.4.1 to 0.4.2 #15

Workflow file for this run

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