Skip to content

Commit 9fa02e7

Browse files
committed
Bump staticcheck to 2023.1.6
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 5cfb2f2 commit 9fa02e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ lint: ## Run linter
6969
.PHONY: staticcheck
7070
staticcheck: ## Run staticcheck
7171
@ $(MAKE) --no-print-directory log-$@
72-
$(GO) run honnef.co/go/tools/cmd/staticcheck -- ./...
72+
$(GO) run honnef.co/go/tools/cmd/staticcheck@2023.1.6 -- ./...
7373

7474
.PHONY: test
7575
test: ## Run tests

0 commit comments

Comments
 (0)