From 89926f031e6626200071eda0897437d7062b7e84 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Mon, 6 Jan 2025 08:04:09 -0600 Subject: [PATCH] Update GolangCI-lint to v1.63.3 (#135) --- .golangci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index a7d044e..03fd1b2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -123,6 +123,6 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.62.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.63.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" diff --git a/README.md b/README.md index e16b0b7..ac4c143 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ At a minimum, the following dependencies must be installed to work with the GoLa Dependency|Minimum Version ---|--- [GoLang](https://golang.org/dl/)|1.23 -[golangci-lint](https://golangci-lint.run/usage/install/)|1.60 +[golangci-lint](https://golangci-lint.run/usage/install/)|1.63 ## Modifying the claim schema