move linting back to go 1.21 instead of latest go 1.22

This commit is contained in:
Josh Humphries 2024-04-09 17:07:41 -04:00
parent 69998f45bd
commit 84ba65e13e
1 changed files with 8 additions and 6 deletions

View File

@ -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: