Skip to content

Commit

Permalink
Downgrade go version used for static checking as it seems to break th…
Browse files Browse the repository at this point in the history
…e staticcheck tool
  • Loading branch information
pwiecz committed Jan 3, 2024
1 parent fa49348 commit 6383f02
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.20.x'

- name: Install analysis tools
run: |
Expand Down

0 comments on commit 6383f02

Please sign in to comment.