Skip to content

Commit

Permalink
Fix copy+paste errors
Browse files Browse the repository at this point in the history
*Actually* test with Go 1.19 and Go 1.20
  • Loading branch information
jhump committed Oct 11, 2023
1 parent 35c5957 commit a4984b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
build-1-19:
working_directory: ~/repo
docker:
- image: cimg/go:1.18
- image: cimg/go:1.19
steps: *simple_job_steps

build-1-20:
working_directory: ~/repo
docker:
- image: cimg/go:1.18
- image: cimg/go:1.20
steps: *simple_job_steps

build-1-21:
Expand Down

0 comments on commit a4984b2

Please sign in to comment.