Skip to content

Bump github.com/go-openapi/jsonreference from 0.21.5 to 0.21.6 in the all-go-mod-patch-and-minor group #185

Bump github.com/go-openapi/jsonreference from 0.21.5 to 0.21.6 in the all-go-mod-patch-and-minor group

Bump github.com/go-openapi/jsonreference from 0.21.5 to 0.21.6 in the all-go-mod-patch-and-minor group #185

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v6
with:
go-version: '^1.26'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
args: --timeout=5m