Skip to content

build(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 (#84) #9

build(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 (#84)

build(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 (#84) #9

Workflow file for this run

name: nilaway
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
nilaway:
name: nilaway
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24.x
- name: install nilaway
run: go install go.uber.org/nilaway/cmd/nilaway@latest
- name: run nilaway
run: nilaway ./...