Skip to content

Bump github.com/json-iterator/go from 0.0.0-20171212105241-13f86432b882 to 1.1.12 #7

Bump github.com/json-iterator/go from 0.0.0-20171212105241-13f86432b882 to 1.1.12

Bump github.com/json-iterator/go from 0.0.0-20171212105241-13f86432b882 to 1.1.12 #7

Workflow file for this run

---
name: Tests
on:
push:
tags:
- v*
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: tests
run: |
make test