Skip to content

chore(deps): Bump github.com/gorilla/schema from 1.3.0 to 1.4.1 #322

chore(deps): Bump github.com/gorilla/schema from 1.3.0 to 1.4.1

chore(deps): Bump github.com/gorilla/schema from 1.3.0 to 1.4.1 #322

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- ".github/workflows/golangci-lint.yml"
- ".golangci.yml"
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.0
args: --timeout=5m