Skip to content

Commit b3c059a

Browse files
committed
Bump golangci-lint from 2.0.2 to 2.1.5
1 parent d4098e3 commit b3c059a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
- name: golangci-lint
7474
uses: golangci/golangci-lint-action@v7
7575
with:
76-
version: v2.0.2
76+
version: v2.1.5

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lint: tools ## Check the project with lint.
3333

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

3838
.PHONY: help
3939
help: ## Show help for each of the Makefile targets.

0 commit comments

Comments
 (0)