Skip to content

Commit

Permalink
revert go to 1.18 for static check because screw this
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimov committed Oct 26, 2023
1 parent 56ef0df commit 99581cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/static_checks_etc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,9 @@ jobs:
- name: Set up Go
if: steps.skip-workflow.outputs.skip-workflow == 'false' && (steps.changes.outputs.go_files == 'true' || steps.changes.outputs.parser_changes == 'true' || steps.changes.outputs.proto_changes == 'true')
uses: actions/setup-go@v4
uses: actions/setup-go@v3
with:
go-version: '1.20'
check-latest: true
go-version: 1.18.7

- name: Get dependencies
if: steps.skip-workflow.outputs.skip-workflow == 'false'
Expand Down

0 comments on commit 99581cd

Please sign in to comment.