Skip to content

Commit d9d2078

Browse files
committed
Downgrade to cimg/go:1.19.1, which is using Ubuntu 20.04
This makes the binaries compatible with Ubuntu 20.04 again.
1 parent 7d4f073 commit d9d2078

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
test_go:
2828
resource_class: medium
2929
docker:
30-
- image: cimg/go:1.20.3
30+
- image: cimg/go:1.19.1
3131
steps:
3232
- checkout
3333
- attach_workspace:
@@ -42,7 +42,7 @@ jobs:
4242
build_go:
4343
resource_class: large
4444
docker:
45-
- image: cimg/go:1.20.3
45+
- image: cimg/go:1.19.1
4646
steps:
4747
- checkout
4848
- attach_workspace:
@@ -71,7 +71,7 @@ jobs:
7171
publish_gh:
7272
resource_class: small
7373
docker:
74-
- image: cimg/go:1.20.3
74+
- image: cimg/go:1.19.1
7575
steps:
7676
- attach_workspace:
7777
at: .

0 commit comments

Comments
 (0)