Skip to content

fix: use fmt.Appendf to add to byte buffer (#345) #691

fix: use fmt.Appendf to add to byte buffer (#345)

fix: use fmt.Appendf to add to byte buffer (#345) #691

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v8