Skip to content

Commit 013a7e8

Browse files
committed
Update go and goreleaser
1 parent 8c75d27 commit 013a7e8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ archives:
1919
files:
2020
- LICENSE
2121
- README.md
22-
- "dist/{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}/{{ .ProjectName }}"
2322

2423
checksum:
2524
name_template: 'checksums.txt'

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/context-labs/mactop/v2
22

3-
go 1.20
3+
go 1.23
44

55
require (
66
github.com/gizak/termui/v3 v3.1.0

0 commit comments

Comments
 (0)