Skip to content

Commit

Permalink
fix(ci): Pin TimescaleDB to v1.7 on Postgres v12 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 authored Jan 4, 2021
1 parent 5edbcf4 commit a655c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
test:
docker:
- image: cimg/go:1.15.2
- image: timescale/timescaledb:latest-pg12
- image: timescale/timescaledb:1.7.4-pg12
environment:
POSTGRES_PASSWORD: password
steps:
Expand Down

0 comments on commit a655c12

Please sign in to comment.