Skip to content

Commit 21393a7

Browse files
authored
🌱 Update golangci-lint to latest version
1 parent 9476007 commit 21393a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run linter
4040
uses: golangci/golangci-lint-action@v3
4141
with:
42-
version: v1.50
42+
version: v1.51
4343
only-new-issues: true # Show only new issues if it's a pull request
4444
- name: Report failure
4545
uses: nashmaniac/[email protected]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
9595
golangci-lint:
9696
@[ -f $(GOLANGCI_LINT) ] || { \
9797
set -e ;\
98-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT)) v1.50.1 ;\
98+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT)) v1.51.2 ;\
9999
}
100100

101101
.PHONY: apidiff

0 commit comments

Comments
 (0)