Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 4.0.0 to 6.0.0 (#62)
Browse files Browse the repository at this point in the history
* Bump golangci/golangci-lint-action from 4.0.0 to 6.0.0

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v4.0.0...v6.0.0)

---
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]>

* Update checks.yaml

* Update .golangci.yml

remove ifshort

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergey Vilgelm <[email protected]>
  • Loading branch information
dependabot[bot] and SVilgelm authored May 7, 2024
1 parent 9f0dc45 commit cbd93ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
go-version: ${{ env.GO }}

- name: Run GolangCi-Lint
uses: golangci/golangci-lint-action@v4.0.0
uses: golangci/golangci-lint-action@v6.0.0
with:
version: latest
skip-build-cache: true
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ linters:
- gofumpt
- goprintffuncname
- gosec
- ifshort
- lll
- misspell
- nestif
Expand Down

0 comments on commit cbd93ea

Please sign in to comment.