Pin specific version of go build container
This commit is contained in:
parent
0882b7b09d
commit
27dce1a2a2
@ -6,7 +6,7 @@ version: 2.1
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/go:1.19
|
- image: cimg/go:1.19.4
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
@ -38,7 +38,7 @@ jobs:
|
|||||||
command: go test ./core/rawdb/
|
command: go test ./core/rawdb/
|
||||||
build_geth_push:
|
build_geth_push:
|
||||||
docker: # run the steps with Docker
|
docker: # run the steps with Docker
|
||||||
- image: cimg/go:1.19 # ...with this image as the primary container
|
- image: cimg/go:1.19.4 # ...with this image as the primary container
|
||||||
# this is where all `steps` will run
|
# this is where all `steps` will run
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user