chore(deps): update golangci-lint to 1.59.1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kolaente 2024-06-18 14:35:20 +02:00
parent 8b028dbc4b
commit 98c9cd0898
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 7 additions and 7 deletions

@ -139,7 +139,7 @@ steps:
event: [ push, tag, pull_request ]
- name: api-lint
image: golangci/golangci-lint:v1.57.2
image: golangci/golangci-lint:v1.59.1
pull: always
environment:
GOPROXY: 'https://goproxy.kolaente.de'
@ -1400,6 +1400,6 @@ steps:
- failure
---
kind: signature
hmac: 51f45f4ec5841995b2e4104749f9484cb2a26e9bef84087f79032d2c09e2ec98
hmac: 74414af8fe9d632c1620090f562b3acd32863b38da230fb1854b8bed45055feb
...

@ -8,7 +8,7 @@ linters:
- govet
- gocritic
- gocyclo
- goerr113
- err113
- goheader
- gofmt
- goimports
@ -55,7 +55,7 @@ issues:
- path: pkg/migration/*
linters:
- exhaustive
- goerr113
- err113
- path: pkg/models/task_collection_filter\.go
linters:
- exhaustive
@ -65,11 +65,11 @@ issues:
- gosec
- path: pkg/modules/dump/*
linters:
- goerr113
- err113
- path: pkg/
text: "err113: do not define dynamic errors, use wrapped static errors instead:"
text: "do not define dynamic errors, use wrapped static errors instead:"
linters:
- goerr113
- err113
- text: "commentFormatting: put a space between `//` and comment text"
linters:
- gocritic