Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

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 .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0.2
version: v2.1.5
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lint: tools ## Check the project with lint.

.PHONY: tools
tools: ## Install all needed tools, e.g.
@go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.0.2
@go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.5

.PHONY: help
help: ## Show help for each of the Makefile targets.
Expand Down