Skip to content

Commit e1ad62d

Browse files
committed
1 parent 218b43d commit e1ad62d

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

0 commit comments

Comments
 (0)