Skip to content

Commit

Permalink
Merge pull request #216 from ResultadosDigitais/circleci-image-migration
Browse files Browse the repository at this point in the history
Switch to newer generation of CircleCi images
  • Loading branch information
Paulo L F Casaretto authored Jan 18, 2022
2 parents 99f33ac + 1ce42ed commit 69df01a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.13
- image: cimg/go:1.13
environment:
HELLPER_DSN: "postgres://hellper_test:@127.0.0.1:5432/hellper_test?sslmode=disable"
DATABASE: "hellper_test"
- image: postgres:9.4.15
environment:
POSTGRES_USER: hellper_test
POSTGRES_DB: hellper_test
working_directory: /go/src/github.com/ResultadosDigitais/hellper
steps:
- checkout
- run:
Expand Down

0 comments on commit 69df01a

Please sign in to comment.