Skip to content

chore: resolve govet dynamic fmt string warning (#346) #312

chore: resolve govet dynamic fmt string warning (#346)

chore: resolve govet dynamic fmt string warning (#346) #312

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.2