We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b22f06 commit 31c4461Copy full SHA for 31c4461
Makefile
@@ -11,7 +11,7 @@ default: build
11
12
staticcheck:
13
@echo "Setup staticcheck..."
14
- @go install honnef.co/go/tools/cmd/staticcheck@2024.1.1 # https://github.com/dominikh/go-tools/releases/tag/2024.1.1
+ @go install honnef.co/go/tools/cmd/staticcheck@2025.1 # https://github.com/dominikh/go-tools/releases/tag/2025.1
15
@echo "Check staticcheck version..."
16
staticcheck --version
17
@echo "Run staticcheck..."
0 commit comments