Skip to content

Commit

Permalink
[chore] upgrade ubuntu (#382)
Browse files Browse the repository at this point in the history
* upgrade ubuntu

* add update
  • Loading branch information
shrimalmadhur committed Feb 16, 2022
1 parent b43edd1 commit efe3be0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: 2.1
executors:
default:
docker:
- image: circleci/golang:1.16
- image: cimg/go:1.16
user: root # go directory is owned by root
working_directory: /go/src/github.com/coinbase/rosetta-sdk-go
environment:
Expand Down Expand Up @@ -44,6 +44,7 @@ jobs:
name: default
steps:
- *fast-checkout
- run: apt-get update
- run: apt-get install -y zstd
- run: make test
lint:
Expand All @@ -70,6 +71,7 @@ jobs:
name: default
steps:
- *fast-checkout
- run: apt-get update
- run: apt-get install -y zstd
- run: make test-cover
salus:
Expand Down

0 comments on commit efe3be0

Please sign in to comment.