We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84ad4c commit 39ab5f1Copy full SHA for 39ab5f1
.github/workflows/go.yml
@@ -14,6 +14,7 @@ jobs:
14
uses: actions/setup-go@v5
15
with:
16
go-version: 1.23.x
17
+ cache: false
18
- uses: actions/checkout@v4
19
- name: golangci-lint
20
uses: golangci/golangci-lint-action@v6
@@ -49,5 +50,5 @@ jobs:
49
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
uses: goreleaser/goreleaser-action@v6
52
- version: latest
53
+ version: '~> v2'
54
args: release --clean
.goreleaser.yaml
@@ -79,7 +79,8 @@ docker_manifests:
79
80
archives:
81
- name_template: "{{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}"
82
- format: tar.gz
+ formats:
83
+ - tar.gz
84
wrap_in_directory: true
85
86
checksum:
0 commit comments