Skip to content

Commit

Permalink
update staticcheck-action in go lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk committed Nov 17, 2024
1 parent db1111b commit f949e1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/020_lint_and_test_go_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
working-directory: clients/tfchain-client-go

- name: staticcheck
uses: dominikh/staticcheck-action@v1.3.0
uses: dominikh/staticcheck-action@v1
with:
version: "2022.1.3"
version: "latest"
install-go: false
working-directory: clients/tfchain-client-go
env:
GO111MODULE: on
Expand Down

0 comments on commit f949e1f

Please sign in to comment.