Skip to content

Commit 285929b

Browse files
authored
Merge pull request #3007 from nikParasyr/bump_golangci
🌱 Bump golangci-lint to 2.9.0
2 parents a950d3a + 18aa18d commit 285929b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hack/tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ROOT_DIR_RELATIVE := ../..
1616
include $(ROOT_DIR_RELATIVE)/common.mk
1717

18-
GOLANGCI_LINT_VERSION ?= v2.8.0
18+
GOLANGCI_LINT_VERSION ?= v2.9.0
1919

2020
# GOTESTSUM version without the leading 'v'
2121
GOTESTSUM_VERSION ?= 1.12.0

pkg/metrics/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package metrics
17+
package metrics //nolint:revive
1818

1919
import (
2020
"sync"

pkg/utils/strings/strings_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package strings
17+
package strings //nolint:revive
1818

1919
import (
2020
"slices"

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package version
17+
package version //nolint:revive
1818

1919
import (
2020
"fmt"

0 commit comments

Comments
 (0)