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

use go 1.13

This commit is contained in:
Frederik Ring 2019-09-26 09:38:36 +02:00
parent e9f4c48b67
commit d5c36764fd

View File

@ -25,7 +25,7 @@ deploy_preconditions: &deploy_preconditions
jobs: jobs:
server: server:
docker: docker:
- image: circleci/golang:1.12 - image: circleci/golang:1.13
environment: environment:
POSTGRES_CONNECTION_STRING: postgres://circle:test@localhost:5432/circle_test?sslmode=disable POSTGRES_CONNECTION_STRING: postgres://circle:test@localhost:5432/circle_test?sslmode=disable
PORT: 8080 PORT: 8080