diff --git a/.circleci/config.yml b/.circleci/config.yml index 87882935b..fb3dccfbb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -194,7 +194,7 @@ jobs: go-test: docker: # run the steps with Docker # CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/ - - image: cimg/go:1.20.6 + - image: cimg/go:1.20.7 # directory where steps are run. Path must conform to the Go Workspace requirements working_directory: ~/repo steps: