Skip to content

Commit

Permalink
Merge pull request #47 from kumojin/renovate/golangci-golangci-lint-a…
Browse files Browse the repository at this point in the history
…ction-5.x

chore(deps): update golangci/golangci-lint-action action to v5
  • Loading branch information
xballoy authored Apr 30, 2024
2 parents e94f531 + 18c8c66 commit 8ac63cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Enforce standard format
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v5.1.0
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
args: --timeout 3m --tests=false --enable=gofmt --verbose
Expand Down

0 comments on commit 8ac63cd

Please sign in to comment.