Skip to content

Commit

Permalink
Build staticheck using 1.23 to correctly check the new code
Browse files Browse the repository at this point in the history
  • Loading branch information
pwiecz committed Nov 2, 2024
1 parent 9004951 commit 561994f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: '1.23.x'

- name: Download deps
run: |
Expand Down

0 comments on commit 561994f

Please sign in to comment.