Skip to content

Commit d41cdc2

Browse files
dependabot[bot]ti-mo
authored andcommitted
build(deps): bump golangci/golangci-lint-action from 6.5.0 to 7.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.0 to 7.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.5.0...v7.0.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Removed the --out-format argument since it no longer exists. Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Timo Beckers <[email protected]>
1 parent 2e72b41 commit d41cdc2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
go-version: '${{ env.go_version }}'
3535

3636
- name: Run golangci-lint
37-
uses: golangci/[email protected]
38-
with:
39-
args: "--out-format colored-line-number"
37+
uses: golangci/[email protected]
4038

4139
- name: Generate and format code
4240
run: |

0 commit comments

Comments
 (0)