From 4373c538239356e23363e29639fbf9e4977b03e4 Mon Sep 17 00:00:00 2001 From: Jonny Stoten Date: Tue, 7 Jun 2022 14:10:25 +0100 Subject: [PATCH] Upgrade circleci runners to ubuntu 22.04 ubuntu 16.04 runners went EOL on 2022-05-31, see https://circleci.com/blog/ubuntu-14-16-image-deprecation/ Signed-off-by: Jonny Stoten --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 353fb32d7..bb9d987f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: job_01: machine: - image: ubuntu-1604:201903-01 + image: ubuntu-2204:2022.04.1 # not supported in the free plan # docker_layer_caching: true working_directory: ~/go/src/github.com/theupdateframework/notary @@ -33,7 +33,7 @@ jobs: job_02: machine: - image: ubuntu-1604:201903-01 + image: ubuntu-2204:2022.04.1 working_directory: ~/go/src/github.com/theupdateframework/notary environment: NOTARY_BUILDTAGS: none @@ -62,7 +62,7 @@ jobs: job_03: machine: - image: ubuntu-1604:201903-01 + image: ubuntu-2204:2022.04.1 working_directory: ~/go/src/github.com/theupdateframework/notary environment: SKIPENVCHECK: 1 @@ -97,7 +97,7 @@ jobs: job_04: machine: - image: ubuntu-1604:201903-01 + image: ubuntu-2204:2022.04.1 working_directory: ~/go/src/github.com/theupdateframework/notary environment: SKIPENVCHECK: 1