Updated the docker images in circleci to go 1.19.
This commit is contained in:
parent
c0530b8313
commit
afba49ee05
@ -6,7 +6,7 @@ version: 2.1
|
||||
jobs:
|
||||
test:
|
||||
docker:
|
||||
- image: cimg/go:1.18.4
|
||||
- image: cimg/go:1.19
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
command: go test ./core/rawdb/
|
||||
build_geth_push:
|
||||
docker: # run the steps with Docker
|
||||
- image: cimg/go:1.18.4 # ...with this image as the primary container
|
||||
- image: cimg/go:1.19 # ...with this image as the primary container
|
||||
# this is where all `steps` will run
|
||||
steps:
|
||||
- checkout
|
||||
|
Loading…
Reference in New Issue
Block a user