Skip to content

Commit

Permalink
chore: bump golanci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Oct 21, 2024
1 parent 30508ea commit e6e1a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
env:
GOGC: 100
with:
version: v1.61.0
args: --timeout 10m0s --issues-exit-code=0
skip-pkg-cache: true
- name: Test documentation examples
run: make test-docs-samples
- name: Test OPL typelib
Expand Down

0 comments on commit e6e1a91

Please sign in to comment.