Skip to content

Commit

Permalink
Downgrade cimg/go to gain compatibility for Ubuntu 20.04 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Mar 12, 2023
1 parent 8b81e5d commit 55833fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

backend:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.19.1
steps:
- checkout
- attach_workspace:
Expand All @@ -44,7 +44,7 @@ jobs:

publish-github-release:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.19.1
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit 55833fe

Please sign in to comment.