File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments