diff --git a/.circleci/config.yml b/.circleci/config.yml index 06ef13f..1cf9f0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: test_go: resource_class: medium docker: - - image: cimg/go:1.20.2 + - image: cimg/go:1.19.1 steps: - checkout - attach_workspace: @@ -23,7 +23,7 @@ jobs: build_go: resource_class: large docker: - - image: cimg/go:1.20.2 + - image: cimg/go:1.19.1 steps: - checkout - attach_workspace: @@ -48,7 +48,7 @@ jobs: publish_gh: resource_class: small docker: - - image: cimg/go:1.20.2 + - image: cimg/go:1.19.1 steps: - attach_workspace: at: .