Skip to content

Commit

Permalink
Downgrade to cimg/go:1.19.1, which is using Ubuntu 20.04
Browse files Browse the repository at this point in the history
This makes the binaries compatible with Ubuntu 20.04 again.
  • Loading branch information
g3force committed May 16, 2023
1 parent ca65413 commit 5f1db32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
test_go:
resource_class: medium
docker:
- image: cimg/go:1.20.3
- image: cimg/go:1.19.1
steps:
- checkout
- attach_workspace:
Expand All @@ -42,7 +42,7 @@ jobs:
build_go:
resource_class: large
docker:
- image: cimg/go:1.20.3
- image: cimg/go:1.19.1
steps:
- checkout
- attach_workspace:
Expand All @@ -67,7 +67,7 @@ jobs:
publish_gh:
resource_class: small
docker:
- image: cimg/go:1.20.3
- image: cimg/go:1.19.1
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit 5f1db32

Please sign in to comment.