Skip to content

Commit

Permalink
Merge pull request #419 from kranurag7/kr/goreleaser-1-24-updates
Browse files Browse the repository at this point in the history
馃尡 update git state syntax to goreleaser 1.24
  • Loading branch information
k8s-ci-robot committed Feb 7, 2024
2 parents d9df064 + a8a30ec commit 44bac2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ builds:
- -X 'sigs.k8s.io/cluster-api-operator/version.gitMinor={{.Minor}}'
- -X 'sigs.k8s.io/cluster-api-operator/version.gitVersion={{.Version}}'
- -X 'sigs.k8s.io/cluster-api-operator/version.gitCommit={{.Commit}}'
- -X 'sigs.k8s.io/cluster-api-operator/version.gitTreeState={{ if .IsGitDirty }}dirty{{ else }}clean{{ end }}'
- -X 'sigs.k8s.io/cluster-api-operator/version.gitTreeState={{.GitTreeState}}'
- -X 'sigs.k8s.io/cluster-api-operator/version.buildDate={{.Date}}'
goos:
- linux
Expand Down

0 comments on commit 44bac2d

Please sign in to comment.