Skip to content

Commit

Permalink
Fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
178inaba committed Mar 19, 2024
1 parent 15617ed commit 9d7ded0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ references:
- /go/pkg/mod

jobs:
test-119:
test-121:
docker:
- image: cimg/go:1.19
- image: cimg/go:1.21
<<: *test-steps

test-120:
test-122:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.22
<<: *test-steps

workflows:
test:
jobs:
- test-119
- test-120
- test-121
- test-122

0 comments on commit 9d7ded0

Please sign in to comment.