Skip to content

Commit 6b05f76

Browse files
committed
feat: use hardcoded 1.12 for dev so I can simulate upgrade
1 parent 8c27c12 commit 6b05f76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
- influxdb-cache-v1-{{ checksum "go.mod" }}
2929
- run:
3030
name: Get InfluxDB Version
31+
# TODO: Remove this!
3132
command: |
32-
PREFIX=1.x .circleci/scripts/get-version
33+
PREFIX=1.12 .circleci/scripts/get-version
3334
- run:
3435
name: Build source tarball
3536
command: |

0 commit comments

Comments
 (0)