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

chore(deps): update dependencies #624

Merged
merged 6 commits into from
Aug 19, 2024

chore: add update release notes

83d5f2c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): update dependencies #624

chore: add update release notes
83d5f2c
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci succeeded Aug 19, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (12)

pkg/ruler/rule_test.go|40 col 12| printf: non-constant format string in call to (*testing.common).Errorf (govet)
pkg/rules/dockerSock.go|18 col 5| SA4023: this comparison is always true (staticcheck)
pkg/rules/dockerSock.go|14 col 11| SA4023(related information): the lhs of the comparison is the 1st return value of this function call (staticcheck)
../../../go/pkg/mod/github.com/thedevsaddam/gojsonq/[email protected]/jsonq.go|515 col 17| SA4023(related information): (*github.com/thedevsaddam/gojsonq/v2.JSONQ).Only never returns a nil interface value (staticcheck)
pkg/rules/limitsCPU.go|17 col 5| SA4023: this comparison is always true (staticcheck)
pkg/rules/limitsCPU.go|13 col 11| SA4023(related information): the lhs of the comparison is the 1st return value of this function call (staticcheck)
pkg/rules/limitsMemory.go|16 col 5| SA4023: this comparison is always true (staticcheck)
pkg/rules/limitsMemory.go|12 col 11| SA4023(related information): the lhs of the comparison is the 1st return value of this function call (staticcheck)
pkg/server/server.go|37 col 10| Error return value of w.Write is not checked (errcheck)
pkg/server/server.go|127 col 11| Error return value of w.Write is not checked (errcheck)
pkg/server/server.go|135 col 11| Error return value of w.Write is not checked (errcheck)
cmd/main.go|40 col 19| Error return value of logger.Sync is not checked (errcheck)