Skip to content

Commit

Permalink
golintci: bump version to 1.56.2
Browse files Browse the repository at this point in the history
try to fix go lint issue

Signed-off-by: Da Li Liu <liudali@cn.ibm.com>
  • Loading branch information
Da Li Liu committed Mar 12, 2024
1 parent 6290099 commit 67f6fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo apt-get install -y libvirt-dev
- name: Install golangci-lint
env:
GOLANGCI_LINT_VERSION: "1.52.2"
GOLANGCI_LINT_VERSION: "1.56.2"
working-directory: /tmp
run: |
curl -sSfLO "https://github.com/golangci/golangci-lint/releases/download/v${GOLANGCI_LINT_VERSION}/golangci-lint-${GOLANGCI_LINT_VERSION}-linux-amd64.tar.gz"
Expand Down

0 comments on commit 67f6fa6

Please sign in to comment.