2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

use golang image in circle ci

This commit is contained in:
Frederik Ring 2019-10-10 09:34:43 +02:00
parent e98f3e5d73
commit 3b304e331f

View File

@ -69,7 +69,7 @@ jobs:
deploy:
docker:
- image: docker:18-git
- image: circleci/golang:1.13
working_directory: ~/offen
steps:
- checkout