Skip to content

chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 #3

chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0

chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 #3

Workflow file for this run

name: Lint (pre-commit)
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: v1.18.x
cache: true
- run: go run mage.go lint