Skip to content

Commit

Permalink
deps: update dependency golangci/golangci-lint to v1.59.1 (#3631)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
renovate[bot] and mowies authored Aug 5, 2024
1 parent 5fabe3b commit 29c7c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions: read-all

env:
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION: "v1.55.2"
GOLANGCI_LINT_VERSION: "v1.59.1"
GO_VERSION: "~1.22"
jobs:
golangci-lint:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func TestSetUpKeptnMeters(t *testing.T) {
return nil, errors.New("some error")
},
RegisterCallbackFunc: func(f metric.Callback, instruments ...metric.Observable) (metric.Registration, error) {
// nolint: nilnil
return nil, nil
},
}
Expand Down

0 comments on commit 29c7c1c

Please sign in to comment.