Switch CircleCI image to cimg/go, update remote Docker version to 20.10

This commit is contained in:
DasSkelett 2022-03-20 15:11:50 +01:00
parent 44eb2412d1
commit 5c7661f116
No known key found for this signature in database
GPG Key ID: 2764A8BD3D0183D7
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@ jobs:
build:
working_directory: ~/build
docker:
- image: circleci/golang:latest
- image: cimg/go:latest
steps:
- checkout
- setup_remote_docker:
version: 19.03.13
version: 20.10.11
- run: make image
- deploy:
- deploy:
command: |
if [[ "$CIRCLE_BRANCH" == "master" ]]; then
docker tag ctop quay.io/vektorlab/ctop:latest