Skip to content

Commit 31c4461

Browse files
committed
1 parent 0b22f06 commit 31c4461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default: build
1111

1212
staticcheck:
1313
@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
14+
@go install honnef.co/go/tools/cmd/staticcheck@2025.1 # https://github.com/dominikh/go-tools/releases/tag/2025.1
1515
@echo "Check staticcheck version..."
1616
staticcheck --version
1717
@echo "Run staticcheck..."

0 commit comments

Comments
 (0)