Skip to content

Commit

Permalink
Bump staticcheck to 2023.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
  • Loading branch information
khos2ow committed Dec 19, 2023
1 parent 5cfb2f2 commit 9fa02e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -69,7 +69,7 @@ lint: ## Run linter
.PHONY: staticcheck
staticcheck: ## Run staticcheck
@ $(MAKE) --no-print-directory log-$@
$(GO) run honnef.co/go/tools/cmd/staticcheck -- ./...
$(GO) run honnef.co/go/tools/cmd/staticcheck@2023.1.6 -- ./...

.PHONY: test
test: ## Run tests
Expand Down

0 comments on commit 9fa02e7

Please sign in to comment.