File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ linters:
6363
6464run :
6565 issues-exit-code : 1
66- go : ' 1.22 '
66+ go : ' 1.23 '
6767# skip-dirs:
6868# - sample
6969# skip-files:
Original file line number Diff line number Diff line change @@ -16,19 +16,20 @@ builds:
1616 binary : akoctl
1717
1818archives :
19- - format : tar.gz
19+ - formats : [ ' tar.gz' ]
2020 # this name template makes the OS and Arch compatible with the results of uname.
2121 name_template : >-
2222 akoctl_{{ .Tag }}_{{ .Os }}_{{ .Arch -}}
2323 # use zip for windows archives
2424 format_overrides :
25- - goos : windows
26- format : zip
25+ - goos : windows
26+ formats : [ ' zip' ]
2727checksum :
2828 name_template : ' checksums.txt'
2929snapshot :
30- name_template : " {{ incpatch .Version }}-next"
30+ version_template : " {{ incpatch .Version }}-next"
3131changelog :
32- skip : true
32+ disable : true
3333release :
34- prerelease : true
34+ prerelease : ' true'
35+ version : 2
You can’t perform that action at this time.
0 commit comments