chore: update linter

This commit is contained in:
Fernandez Ludovic 2025-02-13 02:51:32 +01:00
parent 059bfd27eb
commit 380fa0efda
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
GO_VERSION: stable
GOLANGCI_LINT_VERSION: v1.62.2
GOLANGCI_LINT_VERSION: v1.64.0
CGO_ENABLED: 0
steps:

View File

@ -1,7 +1,7 @@
linters:
enable-all: true
disable:
- exportloopref # deprecated
- tenv # deprecated
- sqlclosecheck # not relevant (SQL)
- rowserrcheck # not relevant (SQL)
- cyclop # duplicate of gocyclo

View File

@ -41,10 +41,10 @@ changelog:
archives:
- id: tcd
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
format: tar.gz
formats: [ 'tar.gz' ]
format_overrides:
- goos: windows
format: zip
formats: [ 'zip' ]
files:
- LICENSE