Skip to content

Bump github.com/tidwall/gjson from 1.17.1 to 1.17.3 #139

Bump github.com/tidwall/gjson from 1.17.1 to 1.17.3

Bump github.com/tidwall/gjson from 1.17.1 to 1.17.3 #139

Workflow file for this run

name: Build and test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: "recursive"
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21.11"
- name: Build and test
run: make all check tidy check-dirty