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 runs-on: ubuntu-latest
env: env:
GO_VERSION: stable GO_VERSION: stable
GOLANGCI_LINT_VERSION: v1.62.2 GOLANGCI_LINT_VERSION: v1.64.0
CGO_ENABLED: 0 CGO_ENABLED: 0
steps: steps:

View File

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

View File

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