Skip to content

Commit 6674a51

Browse files
Bump golangci/golangci-lint-action from 2 to 2.5.2 (#5)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 2.5.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2...v2.5.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a36ae2f commit 6674a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go-version: 1.16
1717

1818
- name: Lint
19-
uses: golangci/golangci-lint-action@v2
19+
uses: golangci/golangci-lint-action@v2.5.2
2020
with:
2121
skip-go-installation: true
2222

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Lint
5252
id: lint
53-
uses: golangci/golangci-lint-action@v2
53+
uses: golangci/golangci-lint-action@v2.5.2
5454
with:
5555
skip-go-installation: true
5656

0 commit comments

Comments
 (0)