Skip to content

Commit

Permalink
chore: update to use cimg/go:1.21-node (#6824)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdstrand authored Oct 26, 2023
1 parent 96b4be3 commit c9bf8c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
unit:
docker:
- image: cimg/go:1.19-node
- image: cimg/go:1.21-node
working_directory: ~/influxdata/ui
parallelism: 4
steps:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- ~/.cache/yarn
unit-cloud:
docker:
- image: cimg/go:1.19-node
- image: cimg/go:1.21-node
working_directory: ~/influxdata/ui
parallelism: 4
steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- ~/.cache/yarn
lint:
docker:
- image: cimg/go:1.19-node
- image: cimg/go:1.21-node
working_directory: ~/influxdata/ui
parallelism: 4
steps:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

lint-cloud:
docker:
- image: cimg/go:1.19-node
- image: cimg/go:1.21-node
working_directory: ~/influxdata/ui
parallelism: 4
steps:
Expand Down

0 comments on commit c9bf8c2

Please sign in to comment.