Skip to content

Commit 6347ab2

Browse files
authored
Bump golangci-lint from v2.11.2 to v2.11.4 (#829)
Signed-off-by: Sean Chittenden <sean.chittenden@crowdstrike.com>
1 parent e5c8f64 commit 6347ab2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: golangci-lint
1717
uses: golangci/golangci-lint-action@v9
1818
with:
19-
version: v2.11.2
19+
version: v2.11.4
2020
args: --fix --build-tags "integration core plugins plugin_security plugin_index_management multinode"
2121

2222
prettify:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
182182

183183
### Dependencies
184184

185+
- Bump golangci-lint from v2.11.2 to v2.11.4
185186
- Bump `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.7 ([#767](https://github.com/opensearch-project/opensearch-go/pull/767))
186187

187188
## [4.6.0]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL := /bin/bash
22

33
# Tool versions
4-
GOLANGCI_LINT_VERSION := v2.11.2
4+
GOLANGCI_LINT_VERSION := v2.11.4
55

66
GOLANGCI_LINT_BUILD_TAGS := "integration core plugins plugin_security plugin_index_management multinode"
77

0 commit comments

Comments
 (0)