chore: update linter
This commit is contained in:
parent
059bfd27eb
commit
380fa0efda
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user