Skip to content

feat: add logs in performance test #366

feat: add logs in performance test

feat: add logs in performance test #366

Workflow file for this run

name: Go Lint
on:
pull_request:
branches: [main]
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
golint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Go Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60