Skip to content

chore: fix d3-color version to 3.1.0 #5921

chore: fix d3-color version to 3.1.0

chore: fix d3-color version to 3.1.0 #5921

Workflow file for this run

name: Go Linting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.19.0'
- name: Run revive action
uses: korniltsev/revive-action@v6
with:
config: revive.toml
# same as in the `lint` rule of Makefile
exclude: 'examples/...;vendor/...;./pkg/agent/pprof/...'