Skip to content

Commit c287ab7

Browse files
committed
Rename imports and use go modules
1 parent e2efee0 commit c287ab7

File tree

15 files changed

+176
-504
lines changed

15 files changed

+176
-504
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
builds:
22
- main: ./cmd/podcli
33
binary: podcli
4-
ldflags: -s -w -X github.com/stefanprodan/k8s-podinfo/pkg/version.REVISION={{.Commit}}
4+
ldflags: -s -w -X github.com/stefanprodan/podinfo/pkg/version.REVISION={{.Commit}}
55
goos:
66
- windows
77
- darwin

0 commit comments

Comments
 (0)