Skip to content

Update module github.com/gin-contrib/logger to v1.2.0 #59

Update module github.com/gin-contrib/logger to v1.2.0

Update module github.com/gin-contrib/logger to v1.2.0 #59

Workflow file for this run

on:
pull_request:
branches:
- main
push:
branches:
- renovate/**
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: go test -v