Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: manisha kumari <[email protected]>
  • Loading branch information
ManishaKumari295 committed Mar 3, 2025
1 parent 091e7ce commit b4ab591
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/static-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: WillAbides/setup-go-faster@v1.8.0
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: "1.22.x"
- uses: dominikh/staticcheck-action@v1.0.0
go-version: "1.23.x"
- uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2023.1.6"
install-go: false
cache-key: "1.22.x"
cache-key: "1.23.x"
env:
GO_VERSION: 1.21.3
GO_VERSION: 1.23.5

0 comments on commit b4ab591

Please sign in to comment.