Skip to content

Commit ebae059

Browse files
build(deps): bump golangci/golangci-lint-action from v2.2.1 to v2.3.0 (#132)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2.2.1 to v2.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2.2.1...e868220) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a0808c commit ebae059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: golangci/golangci-lint-action@v2.2.1
13+
- uses: golangci/golangci-lint-action@v2.3.0
1414
with:
1515
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
1616
version: v1.30

0 commit comments

Comments
 (0)