diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b65f188..698bfef5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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: @@ -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: .