Skip to content

build(deps): bump github.com/gin-contrib/cors from 1.4.0 to 1.6.0 #1004

build(deps): bump github.com/gin-contrib/cors from 1.4.0 to 1.6.0

build(deps): bump github.com/gin-contrib/cors from 1.4.0 to 1.6.0 #1004

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m
version: v1.54.2
skip-pkg-cache: true