Reduced resource_class size
changed from golang to new go docker image
This commit is contained in:
parent
5cfcabad4b
commit
b02e04e27b
@ -6,11 +6,12 @@ version: 2.1
|
||||
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
|
||||
jobs:
|
||||
build:
|
||||
resource_class: small
|
||||
working_directory: ~/repo
|
||||
# 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
|
||||
docker:
|
||||
- image: circleci/golang:1.17
|
||||
- image: circleci/go:1.17
|
||||
# Add steps to the job
|
||||
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user