Skip to content

Bump github.com/itchyny/gojq from 0.12.18 to 0.12.19 #11

Bump github.com/itchyny/gojq from 0.12.18 to 0.12.19

Bump github.com/itchyny/gojq from 0.12.18 to 0.12.19 #11

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.24', '1.25']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go build ./...
- run: go vet ./...