Skip to content

Commit 9a3a8db

Browse files
committed
Update golangci-lint from 1.43.0 to 1.48.0
1 parent f3b981d commit 9a3a8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ bin/mockgen: | bin
9292

9393
bin/golangci-lint: | bin
9494
echo "Installing golangci-lint..."
95-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.43.0
95+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.48.0
9696

9797
mockgen: bin/mockgen
9898
./hack/update-gomock

0 commit comments

Comments
 (0)