Skip to content

Commit 55833fe

Browse files
committed
Downgrade cimg/go to gain compatibility for Ubuntu 20.04 again.
1 parent 8b81e5d commit 55833fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
backend:
2222
docker:
23-
- image: cimg/go:1.20
23+
- image: cimg/go:1.19.1
2424
steps:
2525
- checkout
2626
- attach_workspace:
@@ -44,7 +44,7 @@ jobs:
4444

4545
publish-github-release:
4646
docker:
47-
- image: cimg/go:1.20
47+
- image: cimg/go:1.19.1
4848
steps:
4949
- attach_workspace:
5050
at: .

0 commit comments

Comments
 (0)