File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change 11SHELL := /bin/bash
22
33# Tool versions
4- GOLANGCI_LINT_VERSION := v2.11.2
4+ GOLANGCI_LINT_VERSION := v2.11.4
55
66GOLANGCI_LINT_BUILD_TAGS := "integration core plugins plugin_security plugin_index_management multinode"
77
You can’t perform that action at this time.
0 commit comments