Skip to content

Fix the 'printf: non-constant format string in call to fmt.Errorf (govet)' lint errors #845

Fix the 'printf: non-constant format string in call to fmt.Errorf (govet)' lint errors

Fix the 'printf: non-constant format string in call to fmt.Errorf (govet)' lint errors #845

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.61.0
args: --timeout=5m