Skip to content

Commit 22c3957

Browse files
authored
Merge pull request #234 from Madhan-SWE/update-golangci-lint
Update golangci-lint from 1.43.0 to 1.48.0
2 parents f3b981d + 9a3a8db commit 22c3957

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)