staticcheck pinned to v0.4.7

This commit is contained in:
Sayan Mallick 2024-08-19 12:01:35 +05:30
parent 3a99c397c1
commit 4fd5250a7f

View file

@ -70,5 +70,5 @@ jobs:
- name: run static checks
run: |
sudo apt update
go install honnef.co/go/tools/cmd/staticcheck@latest
go install honnef.co/go/tools/cmd/staticcheck@v0.4.7
{ ~/go/bin/staticcheck -tags=ee ./... ; }