Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.16
- image: cimg/go:1.16
environment:
- DEP_VERSION: 0.5.1
working_directory: /go/src/github.com/SAP/cloud-mta
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

compliance:
docker:
- image: circleci/python:3.6.4
- image: cimg/python:3.6
working_directory: ~/workdir
steps:
- checkout
Expand All @@ -49,7 +49,7 @@ jobs:

release:
docker:
- image: circleci/golang:1.16
- image: cimg/go:1.16
working_directory: /go/src/github.com/SAP/cloud-mta
steps:
- add_ssh_keys:
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:

publish:
docker:
- image: circleci/node:13.1.0
working_directory: ~/go/src/github.com/SAP/cloud-mta
- image: cimg/node:14.19
working_directory: ~/repo
steps:
- add_ssh_keys:
fingerprints:
Expand Down