Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit a0c7c13

Browse files
dependabot[bot]aymanbagabas
authored andcommitted
chore(deps): bump golangci/golangci-lint-action from 2 to 3
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2...v3) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50ca766 commit a0c7c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: golangci-lint
13-
uses: golangci/golangci-lint-action@v2
13+
uses: golangci/golangci-lint-action@v3
1414
with:
1515
# Optional: golangci-lint command line arguments.
1616
args: --issues-exit-code=0

0 commit comments

Comments
 (0)