2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 09:00:28 +01:00

Merge pull request #126 from offen/go-113

Use go 1.13
This commit is contained in:
Frederik Ring 2019-09-26 09:41:16 +02:00 committed by GitHub
commit fc467572f1

View File

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