Skip to content

Commit

Permalink
fix: bump golangci-lint version to v1.63.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Jan 7, 2025
1 parent 4722ed9 commit 75f95bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
- name: Static type check
run: tox -e mypy
- name: Golang code style check (aealite)
uses: golangci/golangci-lint-action@v3.1.0
uses: golangci/golangci-lint-action@v6.1.1
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
version: v1.45.2
version: v1.63.4
args: --version
working-directory: libs/go/aealite

Expand Down

0 comments on commit 75f95bf

Please sign in to comment.