We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c75d27 commit 013a7e8Copy full SHA for 013a7e8
.goreleaser.yaml
@@ -19,7 +19,6 @@ archives:
19
files:
20
- LICENSE
21
- README.md
22
- - "dist/{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}/{{ .ProjectName }}"
23
24
checksum:
25
name_template: 'checksums.txt'
go.mod
@@ -1,6 +1,6 @@
1
module github.com/context-labs/mactop/v2
2
3
-go 1.20
+go 1.23
4
5
require (
6
github.com/gizak/termui/v3 v3.1.0
0 commit comments