move linting back to go 1.21 instead of latest go 1.22
This commit is contained in:
parent
69998f45bd
commit
84ba65e13e
|
|
@ -25,12 +25,6 @@ jobs:
|
|||
working_directory: ~/repo
|
||||
docker:
|
||||
- image: cimg/go:1.21
|
||||
steps: *simple_job_steps
|
||||
|
||||
build-1-22:
|
||||
working_directory: ~/repo
|
||||
docker:
|
||||
- image: cimg/go:1.22
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
|
@ -38,6 +32,14 @@ jobs:
|
|||
command: |
|
||||
make ci
|
||||
|
||||
# TODO: Need updates to some static analyzer tools to support 1.22. After those
|
||||
# are updated, move the full linting from 1.21 to this latest release.
|
||||
build-1-22:
|
||||
working_directory: ~/repo
|
||||
docker:
|
||||
- image: cimg/go:1.22
|
||||
steps: *simple_job_steps
|
||||
|
||||
workflows:
|
||||
pr-build-test:
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue