POS-2821: bump golint

This commit is contained in:
marcello33 2025-02-06 11:45:14 +01:00
parent 6d0a54e635
commit c7be15527c
No known key found for this signature in database
GPG key ID: 06128777E3C36B16

View file

@ -84,7 +84,7 @@ lint:
lintci-deps: lintci-deps:
rm -f ./build/bin/golangci-lint rm -f ./build/bin/golangci-lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.57.2 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.63.4
goimports: goimports:
goimports -local "$(PACKAGE)" -w . goimports -local "$(PACKAGE)" -w .