From e85cdf82b4713dc1c77aef21310b6c04c471fa82 Mon Sep 17 00:00:00 2001 From: Nicolai Ommer Date: Tue, 16 May 2023 22:14:27 +0200 Subject: [PATCH] Downgrade to cimg/go:1.19.1, which is using Ubuntu 20.04 This makes the binaries compatible with Ubuntu 20.04 again. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06ef13f..1cf9f0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: test_go: resource_class: medium docker: - - image: cimg/go:1.20.2 + - image: cimg/go:1.19.1 steps: - checkout - attach_workspace: @@ -23,7 +23,7 @@ jobs: build_go: resource_class: large docker: - - image: cimg/go:1.20.2 + - image: cimg/go:1.19.1 steps: - checkout - attach_workspace: @@ -48,7 +48,7 @@ jobs: publish_gh: resource_class: small docker: - - image: cimg/go:1.20.2 + - image: cimg/go:1.19.1 steps: - attach_workspace: at: .