Skip to content

Commit 361ef19

Browse files
bradeglerverbanicm
authored andcommitted
minor goreleaser update
1 parent e5478d5 commit 361ef19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.goreleaser.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ builds:
3737
ldflags:
3838
- '-s'
3939
- '-w'
40-
- '-X={{ .ModulePath }}/pkg/internal/version.Name=lint-terraform'
41-
- '-X={{ .ModulePath }}/pkg/internal/version.Version={{ .Version }}'
42-
- '-X={{ .ModulePath }}/pkg/internal/version.Commit={{ .Commit }}'
40+
- '-X={{ .ModulePath }}/pkg/version/version.Name=lint-terraform'
41+
- '-X={{ .ModulePath }}/pkg/version/version.Version={{ .Version }}'
42+
- '-X={{ .ModulePath }}/pkg/version/version.Commit={{ .Commit }}'
4343
- '-extldflags=-static'
4444
goos:
4545
- 'darwin'
@@ -58,9 +58,9 @@ builds:
5858
ldflags:
5959
- '-s'
6060
- '-w'
61-
- '-X={{ .ModulePath }}/pkg/internal/version.Name=lint-action'
62-
- '-X={{ .ModulePath }}/pkg/internal/version.Version={{ .Version }}'
63-
- '-X={{ .ModulePath }}/pkg/internal/version.Commit={{ .Commit }}'
61+
- '-X={{ .ModulePath }}/pkg/version/version.Name=lint-action'
62+
- '-X={{ .ModulePath }}/pkg/version/version.Version={{ .Version }}'
63+
- '-X={{ .ModulePath }}/pkg/version/version.Commit={{ .Commit }}'
6464
- '-extldflags=-static'
6565
goos:
6666
- 'darwin'

0 commit comments

Comments
 (0)