We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1760eaf commit 3542c71Copy full SHA for 3542c71
1 file changed
.goreleaser.yaml
@@ -5,8 +5,6 @@
5
# Feel free to remove those if you don't want/need to use them.
6
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
7
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
8
-#
9
-version: 2
10
11
project_name: telescope
12
@@ -17,17 +15,13 @@ before:
17
15
builds:
18
16
- env:
19
- CGO_ENABLED=0
20
-
21
goos:
22
- linux
23
- - darwin
24
25
goarch:
26
- amd64
27
- arm64
28
29
goamd64:
30
- - v1
+ - v1
31
main: ./cmd/agent/
32
ldflags:
33
- -s -w -X main.version={{.Version}}
@@ -42,8 +36,8 @@ archives:
42
36
- README.md
43
37
44
38
checksum:
45
- name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
46
- algorithm: sha256
39
+ name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
40
+ algorithm: sha256
47
41
48
changelog:
49
sort: asc
0 commit comments