Skip to content

Commit

Permalink
circleci: Update to newer ubuntu image
Browse files Browse the repository at this point in the history
The image we use is an older ubuntu, with an older golang.
Better to update to a newer image.
  • Loading branch information
cfergeau authored and guillaumerose committed Mar 23, 2021
1 parent 5c25c7e commit ba106f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2
jobs:
build:
machine:
image: circleci/classic:201808-01
image: ubuntu-2004:202101-01

## Build crc-libvirt-driver
working_directory: ~/work
Expand Down

0 comments on commit ba106f5

Please sign in to comment.