Skip to content

Commit

Permalink
Update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Roberts committed Aug 25, 2022
1 parent 5a88b67 commit c08f3e1
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 @@ -6,7 +6,7 @@ version: 2.1
jobs:
test:
docker:
- image: cimg/go:1.17.2
- image: cimg/go:1.18.4
steps:
- checkout
- run:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
command: go test ./core/rawdb/
build_geth_push:
docker: # run the steps with Docker
- image: cimg/go:1.17.2 # ...with this image as the primary container
- image: cimg/go:1.18.4 # ...with this image as the primary container
# this is where all `steps` will run
steps:
- checkout
Expand Down

0 comments on commit c08f3e1

Please sign in to comment.