File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
env :
16
16
GO_VERSION : stable
17
- GOLANGCI_LINT_VERSION : v1.62.2
17
+ GOLANGCI_LINT_VERSION : v1.64.0
18
18
CGO_ENABLED : 0
19
19
20
20
steps :
Original file line number Diff line number Diff line change 1
1
linters :
2
2
enable-all : true
3
3
disable :
4
- - exportloopref # deprecated
4
+ - tenv # deprecated
5
5
- sqlclosecheck # not relevant (SQL)
6
6
- rowserrcheck # not relevant (SQL)
7
7
- cyclop # duplicate of gocyclo
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ changelog:
41
41
archives :
42
42
- id : tcd
43
43
name_template : ' {{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
44
- format : tar.gz
44
+ formats : [ ' tar.gz' ]
45
45
format_overrides :
46
46
- goos : windows
47
- format : zip
47
+ formats : [ ' zip' ]
48
48
files :
49
49
- LICENSE
50
50
You can’t perform that action at this time.
0 commit comments