Skip to content

Commit 380fa0e

Browse files
committed
chore: update linter
1 parent 059bfd2 commit 380fa0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
env:
1616
GO_VERSION: stable
17-
GOLANGCI_LINT_VERSION: v1.62.2
17+
GOLANGCI_LINT_VERSION: v1.64.0
1818
CGO_ENABLED: 0
1919

2020
steps:

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
linters:
22
enable-all: true
33
disable:
4-
- exportloopref # deprecated
4+
- tenv # deprecated
55
- sqlclosecheck # not relevant (SQL)
66
- rowserrcheck # not relevant (SQL)
77
- cyclop # duplicate of gocyclo

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ changelog:
4141
archives:
4242
- id: tcd
4343
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
44-
format: tar.gz
44+
formats: [ 'tar.gz' ]
4545
format_overrides:
4646
- goos: windows
47-
format: zip
47+
formats: [ 'zip' ]
4848
files:
4949
- LICENSE
5050

0 commit comments

Comments
 (0)