Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GOOS=linux

# Utility settings
TOOLS_DIR := .tools
GOLANGCI_LINT_VERSION = v1.64.6
GOLANGCI_LINT_VERSION = v2.8.0

# Container build settings
CONTAINER_BUILD_CMD?=docker build
Expand Down
Loading