Skip to content

Commit

Permalink
chore: update golangci-lint workflow (letsencrypt#464)
Browse files Browse the repository at this point in the history
I fixed the `golangci/golangci-lint-action` to handle the cache
problems.

https://github.com/golangci/golangci-lint-action/releases/tag/v5.0.0
  • Loading branch information
ldez committed May 23, 2024
1 parent e87ace7 commit 5f93713
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
env:
CGO_ENABLED: 0
GO_VERSION: stable
GOLANGCI_LINT_VERSION: v1.56.2
GOLANGCI_LINT_VERSION: v1.58.1
SHELLCHECK_SCRIPTS: ./*.sh
jobs:
go-lint-checks:
Expand All @@ -23,11 +23,8 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
# skip cache because of flaky behaviors
skip-build-cache: true
skip-pkg-cache: true
version: ${{ env.GOLANGCI_LINT_VERSION }}
go-mod-checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5f93713

Please sign in to comment.