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
|
working_directory: ~/repo
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/go:1.21
|
- image: cimg/go:1.21
|
||||||
steps: *simple_job_steps
|
|
||||||
|
|
||||||
build-1-22:
|
|
||||||
working_directory: ~/repo
|
|
||||||
docker:
|
|
||||||
- image: cimg/go:1.22
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
|
@ -38,6 +32,14 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
make ci
|
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:
|
workflows:
|
||||||
pr-build-test:
|
pr-build-test:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue