fix(deps): update module github.com/gin-contrib/logger to v1.2.3 #380
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: golangci | |
on: | |
pull_request: | |
branches: | |
- main | |
permissions: read-all | |
jobs: | |
golangci: | |
name: Run golang-ci | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: setup go | |
uses: actions/setup-go@v5 | |
with: | |
go-version-file: 'go.mod' | |
cache-dependency-path: "**/*.sum" | |
- name: golangci-lint | |
uses: golangci/[email protected] | |
with: | |
version: latest |