Skip to content

Commit

Permalink
Upgrade circleci runners to ubuntu 22.04
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jonnystoten committed Jun 7, 2022
1 parent 3a154c0 commit 4373c53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4373c53

Please sign in to comment.