Skip to content

Commit

Permalink
chore(deps): update dependency golangci-lint to v1.55.1 (#2278)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent d89113e commit cadeb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ direnv 2.32.3
gcloud 452.0.0
ginkgo 2.13.0
golang 1.21.3
golangci-lint 1.54.2
golangci-lint 1.55.1
java temurin-17.0.9+9
make 4.4
maven 3.8.6
Expand Down
2 changes: 1 addition & 1 deletion src/autoscaler/sync/sync_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ var _ = AfterSuite(func() {

func getLockOwner() string {
var owner string
query := fmt.Sprintf("SELECT owner FROM %s", lockTableName)
// #nosec G201
query := fmt.Sprintf("SELECT owner FROM %s", lockTableName)
row := dbHelper.QueryRow(query)
err := row.Scan(&owner)
if err == sql.ErrNoRows {
Expand Down

0 comments on commit cadeb4b

Please sign in to comment.