Skip to content

Bump github.com/tidwall/gjson from 1.17.0 to 1.17.1 #362

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

Bump github.com/tidwall/gjson from 1.17.0 to 1.17.1 #362

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3