From 7abc0c741031ef2351deffcfced0687ab35d98e9 Mon Sep 17 00:00:00 2001 From: Tanner Jones Date: Fri, 13 Oct 2023 09:08:47 -0800 Subject: [PATCH 1/4] Updated linter version to 1.54.2 Signed-off-by: Tanner Jones --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04ffe52db..6d881de64 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.53.3 + version: v1.54.2 args: -v -c .golangci.yml only-new-issues: true From bb4ddeb86c8c90054180738d6bc67d492440cebb Mon Sep 17 00:00:00 2001 From: Tanner Jones Date: Fri, 13 Oct 2023 09:14:27 -0800 Subject: [PATCH 2/4] Updated CHANGELOG.md Signed-off-by: Tanner Jones --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 978f96367..ffd8ecbca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Read, close and replace the http Reponse Body ([#300](https://github.com/opensearch-project/opensearch-go/pull/300)) - Updated and adjusted golangci-lint, solve linting complains for signer ([#352](https://github.com/opensearch-project/opensearch-go/pull/352)) - Solve linting complains for opensearchtransport ([#353](https://github.com/opensearch-project/opensearch-go/pull/353)) +- Updated the linter version from 1.53.3 to 1.54.2 ([[#307](https://github.com/opensearch-project/opensearch-go/issues/307)](https://github.com/opensearch-project/opensearch-go/issues/307)) + ### Deprecated From 9dc15a94794fd8fdcd4d53be788ff43a98dd0933 Mon Sep 17 00:00:00 2001 From: Tanner Jones Date: Fri, 13 Oct 2023 09:19:22 -0800 Subject: [PATCH 3/4] Updated CHANGELOG.md Signed-off-by: Tanner Jones --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd8ecbca..05e41f737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Read, close and replace the http Reponse Body ([#300](https://github.com/opensearch-project/opensearch-go/pull/300)) - Updated and adjusted golangci-lint, solve linting complains for signer ([#352](https://github.com/opensearch-project/opensearch-go/pull/352)) - Solve linting complains for opensearchtransport ([#353](https://github.com/opensearch-project/opensearch-go/pull/353)) -- Updated the linter version from 1.53.3 to 1.54.2 ([[#307](https://github.com/opensearch-project/opensearch-go/issues/307)](https://github.com/opensearch-project/opensearch-go/issues/307)) +- Updated the linter version from 1.53.3 to 1.54.2 ([#307](https://github.com/opensearch-project/opensearch-go/issues/307)) ### Deprecated From ebe750efef248e09cdce3917a3a3f10ee5f15f61 Mon Sep 17 00:00:00 2001 From: Tanner Jones Date: Fri, 13 Oct 2023 10:21:12 -0800 Subject: [PATCH 4/4] Updated CHANGELOG.md - moved linter update to Dependencies Bumps Signed-off-by: Tanner Jones --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e41f737..3a3a13e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `github.com/aws/aws-sdk-go-v2` from 1.17.4 to 1.21.0 - Bumps `github.com/aws/aws-sdk-go-v2/config` from 1.18.8 to 1.18.42 - Bumps `github.com/stretchr/testify` from 1.8.1 to 1.8.4 +- Bumps `github.com/golangci/golangci-lint-action` from 1.53.3 to 1.54.2 ### Added @@ -42,8 +43,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Read, close and replace the http Reponse Body ([#300](https://github.com/opensearch-project/opensearch-go/pull/300)) - Updated and adjusted golangci-lint, solve linting complains for signer ([#352](https://github.com/opensearch-project/opensearch-go/pull/352)) - Solve linting complains for opensearchtransport ([#353](https://github.com/opensearch-project/opensearch-go/pull/353)) -- Updated the linter version from 1.53.3 to 1.54.2 ([#307](https://github.com/opensearch-project/opensearch-go/issues/307)) - ### Deprecated