Skip to content

Bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (#1135) #2503

Bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (#1135)

Bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (#1135) #2503

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
check-latest: true
- uses: golangci/golangci-lint-action@v6
with:
version: v1.54.2
- name: Run go vet
run: |
go vet ./...