From de8531069fc537f1ceb45f2902434a217b39d890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Sun, 18 Aug 2024 17:31:41 +0200 Subject: [PATCH] docs: update README.md to use golangci-lint v1.60 (#1087) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd71242..0a738c8 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.59 + version: v1.60 ``` @@ -94,7 +94,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.59 + version: v1.60 ``` You will also likely need to add the following `.gitattributes` file to ensure that line endings for Windows builds are properly formatted: @@ -120,7 +120,7 @@ on: env: GO_VERSION: stable - GOLANGCI_LINT_VERSION: v1.59 + GOLANGCI_LINT_VERSION: v1.60 jobs: detect-modules: @@ -179,7 +179,7 @@ jobs: with: os: ${{ matrix.os }} go-version: ${{ matrix.go-version }} - golangci-lint-version: v1.59 + golangci-lint-version: v1.60 ``` ```yaml @@ -201,7 +201,7 @@ on: golangci-lint-version: description: 'Golangci-lint version' type: string - default: 'v1.59.1' + default: 'v1.60' jobs: detect-modules: