Skip to content

Commit

Permalink
Run integration tests with Go 1.14 (#2753)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci authored Jun 19, 2020
1 parent 311ab3e commit 6e8b80c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
name: Upgrade golang
command: |
cd /tmp && \
wget https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz && \
tar -zxvf go1.13.3.linux-amd64.tar.gz && \
wget https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz && \
tar -zxvf go1.14.4.linux-amd64.tar.gz && \
sudo rm -fr /usr/local/go && \
sudo mv /tmp/go /usr/local/go && \
cd -
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
* `cortex_querier_blocks_consistency_checks_total`
* `cortex_querier_blocks_consistency_checks_failed_total`
* `cortex_querier_storegateway_refetches_per_query`
* [ENHANCEMENT] Cortex is now built with Go 1.14. #2480 #2753
* [BUGFIX] Ruler: Ensure temporary rule files with special characters are properly mapped and cleaned up. #2506
* [BUGFIX] Fixes #2411, Ensure requests are properly routed to the prometheus api embedded in the query if `-server.path-prefix` is set. #2372
* [BUGFIX] Experimental TSDB: fixed chunk data corruption when querying back series using the experimental blocks storage. #2400
Expand Down

0 comments on commit 6e8b80c

Please sign in to comment.