Skip to content

vendor(deps): bump github.com/itchyny/gojq from 0.12.14 to 0.12.15 #197

vendor(deps): bump github.com/itchyny/gojq from 0.12.14 to 0.12.15

vendor(deps): bump github.com/itchyny/gojq from 0.12.14 to 0.12.15 #197

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.56