Skip to content

Commit

Permalink
package version change
Browse files Browse the repository at this point in the history
staticcheck is set to v0.4.7 from latest, since 4.7+ requires go version 1.22+. This 4.7 version is also used in px-backup.
  • Loading branch information
t-nidhin authored and t-nidhin committed Aug 22, 2024
1 parent 4d48b21 commit 0591a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ vet:
go vet $(PKGS)

staticcheck:
GOFLAGS="" go install honnef.co/go/tools/cmd/staticcheck@latest
GOFLAGS="" go install honnef.co/go/tools/cmd/staticcheck@v0.4.7
staticcheck $(PKGS)

errcheck:
Expand Down

0 comments on commit 0591a68

Please sign in to comment.