Skip to content

Commit dedde28

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 077df33 commit dedde28

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:
@@ -67,7 +67,7 @@ jobs:
6767
publish_gh:
6868
resource_class: small
6969
docker:
70-
- image: cimg/go:1.20.3
70+
- image: cimg/go:1.19.1
7171
steps:
7272
- attach_workspace:
7373
at: .

0 commit comments

Comments
 (0)