Skip to content

chore(deps): bump github.com/itchyny/gojq from 0.12.9 to 0.12.16 #101

chore(deps): bump github.com/itchyny/gojq from 0.12.9 to 0.12.16

chore(deps): bump github.com/itchyny/gojq from 0.12.9 to 0.12.16 #101

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
- name: Lint check
run: make lint