Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
update kustomize version in goreleaser flags
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed May 18, 2019
1 parent cc163ee commit 7af79ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/.goreleaser.unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ builds:
-X github.com/replicatedhq/ship/pkg/version.gitSHA={{.Commit}}
-X github.com/replicatedhq/ship/pkg/version.buildTime={{.Date}}
-X github.com/replicatedhq/ship/pkg/version.helm=v2.13.0
-X github.com/replicatedhq/ship/pkg/version.kustomize=v2.0.2
-X github.com/replicatedhq/ship/pkg/version.kustomize=v2.0.3
-X github.com/replicatedhq/ship/pkg/version.terraform=v0.11.13
-extldflags "-static"
flags: -tags netgo -installsuffix netgo
Expand Down
2 changes: 1 addition & 1 deletion deploy/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ builds:
-X github.com/replicatedhq/ship/pkg/version.gitSHA={{.Commit}}
-X github.com/replicatedhq/ship/pkg/version.buildTime={{.Date}}
-X github.com/replicatedhq/ship/pkg/version.helm=v2.13.0
-X github.com/replicatedhq/ship/pkg/version.kustomize=v2.0.2
-X github.com/replicatedhq/ship/pkg/version.kustomize=v2.0.3
-X github.com/replicatedhq/ship/pkg/version.terraform=v0.11.13
-extldflags "-static"
flags: -tags netgo -installsuffix netgo
Expand Down

0 comments on commit 7af79ad

Please sign in to comment.