Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix output #83

Closed
docktermj opened this issue May 29, 2024 · 1 comment
Closed

Fix output #83

docktermj opened this issue May 29, 2024 · 1 comment
Assignees

Comments

@docktermj
Copy link
Contributor

Remove string from var definition

It should look more like this:

// 0.2.4
// Created by make-go-github-file.yaml on Mon Oct 23 13:34:41 UTC 2023
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
	githubDate           = "2023-10-23"
	githubIteration      = "0"
	githubRef            = "refs/tags/0.2.4"
	githubRefName        = "0.2.4"
	githubRepository     = "Senzing/template-go"
	githubRepositoryName = "template-go"
	githubVersion        = "0.2.4"
)
@docktermj docktermj self-assigned this May 29, 2024
@github-actions github-actions bot added the triage Need to triage label May 29, 2024
@docktermj docktermj removed the triage Need to triage label May 29, 2024
docktermj added a commit that referenced this issue May 29, 2024
docktermj added a commit that referenced this issue May 29, 2024
docktermj added a commit that referenced this issue May 29, 2024
* #83 Fix linting issue

* #83 Update to build-resources v2

* update workflow permissions

---------

Co-authored-by: Sam <109683132+kernelsam@users.noreply.github.com>
@docktermj
Copy link
Contributor Author

Pull requests:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant