ci(deps): update workflow actions and config (#18)

This commit is contained in:
2025-03-16 00:43:20 +00:00
committed by GitHub
parent de40d5459f
commit 90728a4807
4 changed files with 37 additions and 33 deletions

View File

@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
@@ -27,23 +28,21 @@ universal_binaries:
- replace: false
archives:
- format: tar.gz
- formats: ["tar.gz"]
name_template: |-
{{ .ProjectName }}-{{ .Version }}_{{ .Os }}_{{ if eq .Arch "all" }}universal{{ else }}{{ .Arch }}{{ end }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
{{ .ProjectName }}-{{ .Version }}_{{ if eq .Os "darwin" }}macos{{ else }}{{ .Os }}{{ end }}_{{ if eq .Arch "all" }}universal{{ else }}{{ .Arch }}{{ end }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
replacements:
darwin: macos
formats: ["zip"]
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
changelog:
skip: true
disable: true
dockers:
- image_templates: