Skip to content

Bump github.com/tidwall/gjson from 1.14.1 to 1.17.1 #632

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

Bump github.com/tidwall/gjson from 1.14.1 to 1.17.1 #632

Workflow file for this run

name: CI Lint Check
on: [pull_request]
jobs:
ci:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.21' ]
steps:
- name: Checkout workspace
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Install necessary tools
run: make tools
- name: Run unit tests
run: make unit-test
- name: Build the code
run: make build
- name: Validate lint
run: make lint