We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efc5b9b + 3858c9e commit e33b140Copy full SHA for e33b140
.goreleaser.yml
@@ -24,7 +24,7 @@ builds:
24
- windows
25
- linux
26
ldflags:
27
- - -X github.com/pulumi/pulumi-kubernetes-ingress-nginx/provider/pkg/version.Version={{.Tag }}
+ - -X github.com/pulumi/pulumi-kubernetes-ingress-nginx/pkg/version.Version={{.Tag }}
28
main: ./cmd/pulumi-resource-kubernetes-ingress-nginx/
29
changelog:
30
skip: true
provider/pkg/version/version.go
@@ -15,4 +15,4 @@
15
package version
16
17
// Version is initialized by the Go linker to contain the semver of this build.
18
-var Version string = "0.0.1"
+var Version string
0 commit comments