Merge pull request 'Updated to new circle ci image' (#3) from update-ci-image into master

Reviewed-on: #3
This commit is contained in:
mitch 2022-10-25 19:21:09 +00:00
commit 1bc2fddc09

View File

@ -11,7 +11,7 @@ jobs:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor # See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
docker: docker:
- image: circleci/golang:1.17 - image: cimg/go:1.17
# Add steps to the job # Add steps to the job
# See: https://circleci.com/docs/2.0/configuration-reference/#steps # See: https://circleci.com/docs/2.0/configuration-reference/#steps
steps: steps: