Skip to content

Bump github.com/tidwall/gjson from 1.17.1 to 1.18.0 #322

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

Bump github.com/tidwall/gjson from 1.17.1 to 1.18.0 #322

Workflow file for this run

name: Checks
on:
push:
pull_request:
jobs:
Golangci-Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "^1.22"
- run: go version
- name: Install dependencies
run: |
go version
go install github.com/golangci/golangci-lint/cmd/[email protected]
- name: Run golangci-lint
run: |
golangci-lint run cmd/...
golangci-lint run metrics/...