File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: Test GoReleaser and CLI Version
3
3
on :
4
4
push :
5
5
paths :
6
- - ' pkg/ cmd/**'
6
+ - ' cmd/**'
7
7
- ' build/.goreleaser.yml'
8
8
- ' .github/workflows/release-version-ci.yml'
9
9
pull_request :
10
10
paths :
11
- - ' pkg/ cmd/**'
11
+ - ' cmd/**'
12
12
- ' build/.goreleaser.yml'
13
13
- ' .github/workflows/release-version-ci.yml'
14
14
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ require (
10
10
github.com/spf13/afero v1.14.0
11
11
github.com/spf13/cobra v1.9.1
12
12
github.com/spf13/pflag v1.0.7
13
+ github.com/stretchr/testify v1.10.0
13
14
golang.org/x/mod v0.26.0
14
15
golang.org/x/text v0.27.0
15
16
golang.org/x/tools v0.35.0
@@ -19,13 +20,15 @@ require (
19
20
20
21
require (
21
22
github.com/Masterminds/semver/v3 v3.3.0 // indirect
23
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
22
24
github.com/go-logr/logr v1.4.2 // indirect
23
25
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
24
26
github.com/google/go-cmp v0.7.0 // indirect
25
27
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
26
28
github.com/inconshreveable/mousetrap v1.1.0 // indirect
27
29
github.com/kr/pretty v0.3.1 // indirect
28
30
github.com/pkg/errors v0.9.1 // indirect
31
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
29
32
github.com/rogpeppe/go-internal v1.14.1 // indirect
30
33
go.uber.org/automaxprocs v1.6.0 // indirect
31
34
go.yaml.in/yaml/v2 v2.4.2 // indirect
You can’t perform that action at this time.
0 commit comments