Skip to content

chore(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 #307

chore(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0

chore(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 #307

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- develop
- update-external-dependencies
- 'release/**'
pull_request:
jobs:
lint:
runs-on: amd-runner-2204
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61
args: --timeout=30m