Skip to content

Commit

Permalink
build(deps): Bump golangci/golangci-lint-action from 4 to 5 (#1611)
Browse files Browse the repository at this point in the history
Approved-by: Alexander Jung <alex@unikraft.io>
  • Loading branch information
nderjung committed Apr 28, 2024
2 parents 40e793c + 412451f commit 53dbc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gochecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
- name: gofumpt
if: success() || failure() # run this step even if the previous one failed
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.56.2
args: --timeout=30m --no-config --disable-all --enable=gofumpt --out-format=colored-line-number
skip-cache: true

- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.56.2
args: --timeout=30m --out-format=colored-line-number
Expand Down

0 comments on commit 53dbc68

Please sign in to comment.