Skip to content

Commit b51596c

Browse files
chore(deps): bump golangci/golangci-lint-action from v2.4.0 to v2.5.2
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2.4.0 to v2.5.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2.4.0...5c56cd6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b341d68 commit b51596c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
1414
- name: Run golangci-lint
15-
uses: golangci/golangci-lint-action@v2.4.0
15+
uses: golangci/golangci-lint-action@v2.5.2
1616
with:
1717
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
1818
version: v1.31

0 commit comments

Comments
 (0)