Skip to content

Commit

Permalink
Updated linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrolds authored and hallabro committed Aug 26, 2023
1 parent 30a39af commit 879d843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ test: build
diff -a pgx_examples_results.txt ./testdata/pgx_examples/expected_results.txt

lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.1
./bin/golangci-lint run

0 comments on commit 879d843

Please sign in to comment.