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

ci: fix go vet errors #3331

Merged
merged 1 commit into from
Nov 26, 2024
Merged

ci: fix go vet errors #3331

merged 1 commit into from
Nov 26, 2024

Conversation

cgrinds
Copy link
Collaborator

@cgrinds cgrinds commented Nov 26, 2024

gotip vet ./...
# github.com/netapp/harvest/v2/third_party/go-version
third_party/go-version/version.go:402:20: non-constant format string in call to fmt.Fprintf
# github.com/netapp/harvest/v2/third_party/olekukonko/tablewriter
third_party/olekukonko/tablewriter/table.go:769:24: non-constant format string in call to fmt.Fprintf

```
gotip vet ./...
# github.com/netapp/harvest/v2/third_party/go-version
third_party/go-version/version.go:402:20: non-constant format string in call to fmt.Fprintf
# github.com/netapp/harvest/v2/third_party/olekukonko/tablewriter
third_party/olekukonko/tablewriter/table.go:769:24: non-constant format string in call to fmt.Fprintf
```
@Hardikl Hardikl merged commit ca652af into main Nov 26, 2024
7 checks passed
@Hardikl Hardikl deleted the cbg-fix-vet branch November 26, 2024 13:09
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

Successfully merging this pull request may close these issues.

3 participants