Skip to content

Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 #254

Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13

Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 #254

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Test
run: go test -v ./...